Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovictornsv committed Apr 17, 2024
1 parent a26db88 commit d2fca72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockeryzer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY --chown=node:node . /workspace/app
# Install only production dependencies, optimizing the build process, and clean npm cache.
RUN npm ci --only=production && npm run build && npm cache clean --force


# --------------------> The production image
# Again, use the Node.js image based on Debian Bullseye for the production phase.
FROM node:alpine
Expand Down

0 comments on commit d2fca72

Please sign in to comment.