Skip to content

Commit 54c0652

Browse files
committed
edits
1 parent d423e9f commit 54c0652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/developer-guide-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ COPY --from=build /usr/src/app/dist ./dist
135135
COPY --from=build /usr/src/app/package*.json ./
136136

137137
# Install only production dependencies
138-
RUN npm install --only=production
138+
RUN npm ci --omit=dev
139139

140140
# Copy the entrypoint script for remote debugging
141141
COPY entrypoint.sh /usr/src/app/entrypoint.sh

0 commit comments

Comments
 (0)