Fix build process

This commit is contained in:
Florian Hoss 2023-07-04 23:09:41 +02:00
parent 16b2f17301
commit 28f068c890
2 changed files with 4 additions and 4 deletions

View file

@ -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