Fix build process
This commit is contained in:
parent
16b2f17301
commit
28f068c890
2 changed files with 4 additions and 4 deletions
|
@ -27,8 +27,8 @@ if [ -n "$PUID" ] || [ -n "$PGID" ]; then
|
|||
|
||||
chown "$USER":"$USER" "$HOME" -R
|
||||
printf "UID: %s GID: %s\n\n" "$PUID" "$PGID"
|
||||
exec su -c - $USER ./cafe
|
||||
exec su -c - $USER ./cafe-plaetschwiesle
|
||||
else
|
||||
printf "WARNING: Running docker as root\n\n"
|
||||
exec ./cafe
|
||||
exec ./cafe-plaetschwiesle
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue