change from gosu to just su

pull/316/head
perf3ct 2024-08-08 15:17:02 +07:00
parent 50a6a1f3dc
commit 138b85dd3c
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 1 deletions

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