Skip to content

Commit

Permalink
swap su-exec to gosu
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectra1n committed Aug 8, 2024
1 parent d091950 commit 3014b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
[[ ! -z "${USER_GID}" ]] && groupmod -og ${USER_GID} node || echo "No USER_GID specified, leaving 1000"

chown -R node:node /home/node
exec su-exec node node ./src/www
exec gosu node node ./src/www

0 comments on commit 3014b11

Please sign in to comment.