diff --git a/Dockerfile.arm b/Dockerfile.arm index be7764f..d4fe4d1 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -1,7 +1,7 @@ # # Build the frontend. # -FROM node:16-bullseye-slim as dashboard-builder +FROM node:16-bullseye as dashboard-builder WORKDIR /usr/src/app