We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3591816 + 00d1ed6 commit e66f579Copy full SHA for e66f579
1 file changed
front/Dockerfile
@@ -13,8 +13,7 @@ COPY packages/db-model/package.json ./packages/db-model/package.json
13
14
# 2) Install all dependencies for the monorepo (npm workspaces)
15
# We need dev deps here because Next build typically requires them.
16
-# --ignore-scripts: skip postinstall (env vars come from the cloud provider)
17
-RUN npm ci --ignore-scripts
+RUN npm ci
18
19
# 3) Now copy the full source code
20
COPY . .
0 commit comments