Skip to content

Commit

Permalink
- Modified node docker image user
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu authored and dennyabrain committed Aug 23, 2023
1 parent 15e2883 commit f39fd05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser-extension/api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN npm install sequelize-cli
RUN npm install -g nodemon
COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh
USER node
ENTRYPOINT ["/entrypoint.sh"]
COPY . .

Expand Down

0 comments on commit f39fd05

Please sign in to comment.