Skip to content

Commit

Permalink
Update Dockeryzer.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovictornsv authored Apr 18, 2024
1 parent b6b6d28 commit 11ca91b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockeryzer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 11ca91b

Please sign in to comment.