mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
ghost: remove tini warning
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user