Skip to content

Commit

Permalink
Merge pull request #2 from betatim/betatim-patch-1
Browse files Browse the repository at this point in the history
Switch USER at the end to not run as root
  • Loading branch information
minrk authored Mar 1, 2019
2 parents c7928dc + dbcf36b commit 9bd912f
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 @@ -14,3 +14,4 @@ RUN adduser --disabled-password \
--uid ${NB_UID} \
${NB_USER}
WORKDIR ${HOME}
USER ${USER}

0 comments on commit 9bd912f

Please sign in to comment.