Skip to content

Commit

Permalink
Added default HOST_UID and HOST_GID values back.
Browse files Browse the repository at this point in the history
Fixes a regression introduced in 21a452a. Closes #11
  • Loading branch information
lmakarov committed Sep 22, 2017
1 parent 5d79f9c commit 4540419
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,10 @@ ENV \
# Set TERM so text editors/etc. can be used
TERM=xterm \
# Allow PROJECT_ROOT to be universally used in fin custom commands (inside and outside cli)
PROJECT_ROOT=/var/www
PROJECT_ROOT=/var/www \
# Default values for HOST_UID and HOST_GUI to match the default Ubuntu user. These are used in startup.sh
HOST_UID=1000 \
HOST_GID=1000

USER root

Expand Down

0 comments on commit 4540419

Please sign in to comment.