Update entrypoint.sh

This commit is contained in:
Florian Hoss 2023-06-21 17:33:55 +02:00
parent 49cbc21d94
commit 77ae6042a1

View file

@ -5,7 +5,7 @@ CMD=./godash
if [ -n "$PUID" ] || [ -n "$PGID" ]; then
USER=appuser
HOME=/src
HOME=/app
if ! grep -q "$USER" /etc/passwd; then
# Usage: addgroup [-g GID] [-S] [USER] GROUP