diff --git a/front/Dockerfile b/front/Dockerfile index 52cb908..dfaa191 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -13,8 +13,7 @@ COPY packages/db-model/package.json ./packages/db-model/package.json # 2) Install all dependencies for the monorepo (npm workspaces) # We need dev deps here because Next build typically requires them. -# --ignore-scripts: skip postinstall (env vars come from the cloud provider) -RUN npm ci --ignore-scripts +RUN npm ci # 3) Now copy the full source code COPY . .