Skip to content

Commit

Permalink
Merge pull request #4 from joaovictornsv/feat/dockerignore-3
Browse files Browse the repository at this point in the history
update dockerfile 2
  • Loading branch information
joaovictornsv authored Apr 18, 2024
2 parents ca588e5 + fcf0a52 commit ea402dc
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 @@ -3,6 +3,7 @@
# Customization suggestion: You can change the base image to a different version of Node.js, such as 'node:slim' or 'node:alpine', if necessary.
FROM node:alpine AS builder


# Set the 'node:node' user to run subsequent commands, ensuring a secure and restricted environment.
USER node:node

Expand Down

0 comments on commit ea402dc

Please sign in to comment.