mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Fix docker image not exiting cleanly
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
63cabb13b6
commit
7775d90b9a
@ -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…
x
Reference in New Issue
Block a user