Update entrypoint.sh
This commit is contained in:
parent
49cbc21d94
commit
77ae6042a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue