fix typo in entrypoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ce7505de46
commit
b5d9d44305
@ -30,6 +30,6 @@ if [ -f "/var/www/app/data/do-install.txt" ]; then
|
||||
rm -rf /var/www/app/data/do-install.txt
|
||||
fi
|
||||
|
||||
exec supercronic -split-logs /etc/crontabs/nginx
|
||||
exec supercronic -split-logs /etc/crontabs/nginx &
|
||||
exec php-fpm7 -F &
|
||||
exec nginx -g "daemon off;"
|
||||
|
Reference in New Issue
Block a user