Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Grünewaldt authored Jul 31, 2017
1 parent 9a2087c commit e8b8984
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ set -e
#
umask u+rxw,g+rwx,o-rwx

#
# USER
#
echo "DOCKER-ENTRYPOINT >> running as user"
whoami

#
# XVFB
#
Expand Down

0 comments on commit e8b8984

Please sign in to comment.