Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 138b85d

Browse files
committed
change from gosu to just su
1 parent 50a6a1f commit 138b85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[[ ! -z "${USER_GID}" ]] && groupmod -og ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
55

66
chown -R node:node /home/node
7-
exec gosu node node ./src/www
7+
exec su -c "node ./src/www" node

0 commit comments

Comments
 (0)