We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c50d3 commit 514e4d9Copy full SHA for 514e4d9
Dockerfile
@@ -29,7 +29,7 @@ COPY --from=builder /app/package.json /app/package.json
29
COPY --from=builder /app/package-lock.json /app/package-lock.json
30
31
# Install production dependencies only
32
-RUN npm install --omit=dev
+RUN npm install --omit=dev --ignore-scripts
33
34
# Command to run the application
35
ENTRYPOINT ["node", "build/index.js"]
0 commit comments