Make php-fpm be in foreground too

This commit is contained in:
MTRNord 2023-01-12 22:10:57 +02:00
parent 9afdce6441
commit 6e9448624d
1 changed files with 1 additions and 1 deletions

View File

@ -148,4 +148,4 @@ RUN cd /var/www/html/ &&\
/usr/local/bin/composer update --no-dev --apcu-autoloader --optimize-autoloader
EXPOSE 80
CMD php-fpm & nginx -g 'daemon off;' & cron -f
CMD php-fpm -F & nginx -g 'daemon off;' & cron -f