mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 22:44:44 +08:00
Fix docker image not exiting cleanly
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
63cabb13b6
commit
7775d90b9a
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
[[ ! -z "${USER_GID}" ]] && groupmod -g ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
|
||||
|
||||
chown -R node:node /home/node
|
||||
su-exec node node ./src/www
|
||||
exec su-exec node node ./src/www
|
||||
|
|
Loading…
Reference in a new issue