fix(docker): extension in start-docker.sh

This commit is contained in:
Elian Doran 2025-05-23 13:29:51 +03:00
parent 1abf1d3f60
commit 1a49a25a7d
No known key found for this signature in database

View File

@ -4,4 +4,4 @@
[ ! -z "${USER_GID}" ] && groupmod -og ${USER_GID} node || echo "No USER_GID specified, leaving 1000" [ ! -z "${USER_GID}" ] && groupmod -og ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
chown -R node:node /home/node chown -R node:node /home/node
exec su -c "node ./main" node exec su -c "node ./main.cjs" node