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

Commit 3014b11

Browse files
committed
swap su-exec to gosu
1 parent d091950 commit 3014b11

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 su-exec node node ./src/www
7+
exec gosu node node ./src/www

0 commit comments

Comments
 (0)