We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ed2e3 commit a04d2e4Copy full SHA for a04d2e4
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
6
# Copy package files for dependency installation
7
COPY package.json package-lock.json ./
8
-RUN npm ci --only=production && \
+RUN npm ci --omit=dev --omit=optional --ignore-scripts && \
9
npm cache clean --force
10
11
# Production stage
0 commit comments