mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(docker): extension in start-docker.sh
This commit is contained in:
parent
1abf1d3f60
commit
1a49a25a7d
@ -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
|
Loading…
x
Reference in New Issue
Block a user