Skip to content

Commit

Permalink
Don't use root when running node
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenwierum committed Apr 17, 2020
1 parent 6c1eafd commit f1e6407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN mkdir /presentations
ENV PRESENTATION_PRESENTATION_PATH /presentations
COPY . .

USER 65534
CMD ["node", "/app/index.js"]

0 comments on commit f1e6407

Please sign in to comment.