From 77ae6042a122dfa355ba658c451a4867b1449531 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Wed, 21 Jun 2023 17:33:55 +0200 Subject: [PATCH] Update entrypoint.sh --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 969dff8..e603c55 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -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