1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-06 04:09:17 +00:00

ghost: remove tini warning

This commit is contained in:
Wonderfall 2016-09-16 17:21:56 +02:00 committed by GitHub
parent cef1ee77c5
commit 512f939a99

@ -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