remove stdout redirect for supercronic
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-04 09:02:25 +02:00
parent aac9529e12
commit 3d78466c33
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
* ENHANCEMENT
* better error handling in entrypoint script
* add env variable for custom DB port
* remove stdout redirect for the supercronic main process

View File

@ -34,6 +34,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 1> /dev/null &
exec supercronic -split-logs /etc/crontabs/nginx
exec php-fpm7 -F &
exec nginx -g "daemon off;"