Skip to content

Commit

Permalink
delete errata
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriRomano committed Sep 14, 2024
1 parent f7edc67 commit 3791a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --chown=node:node . .
RUN ["npm","run","build"]

# # Remove the dev dependencies
RUN npm prune --production && npm cache clean --force
# RUN npm prune --production && npm cache clean --force
RUN npm i --only=production && npm cache clean --force

USER node
Expand Down

0 comments on commit 3791a97

Please sign in to comment.