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

pull/1992/head
Elian Doran 2025-05-23 13:29:51 +07:00
parent 1abf1d3f60
commit 1a49a25a7d
No known key found for this signature in database
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 su -c "node ./main" node
exec su -c "node ./main.cjs" node