Skip to content

Commit

Permalink
Merge pull request #3 from stakater-docker/user-fix
Browse files Browse the repository at this point in the history
user fix
  • Loading branch information
ahsan-storm committed Nov 10, 2018
2 parents 9ec2d06 + cef7be5 commit aa3267e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ RUN chgrp -R 0 /root && \
# Clean up
RUN apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

USER $USER

CMD ["/init.sh"]

0 comments on commit aa3267e

Please sign in to comment.