diff --git a/ghost/run.sh b/ghost/run.sh index 8c5be98..a093707 100644 --- a/ghost/run.sh +++ b/ghost/run.sh @@ -55,4 +55,4 @@ if [ "$SYNTAX_HIGHLIGHTING" == "True" ] && [ ! -f /ghost/content/themes/casper/a fi chown -R $UID:$GID /ghost && cd /ghost -exec su-exec $UID:$GID tini -- npm start --production +exec su-exec $UID:$GID /sbin/tini -- npm start --production