We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab0341 commit 502d270Copy full SHA for 502d270
Dockerfile
@@ -59,4 +59,4 @@ RUN mv opcache.ini /usr/local/etc/php/conf.d/
59
VOLUME /var/www/html/storage/framework/cache/data
60
61
# Cache project and Start PHP-FPM and NGINX
62
-CMD php artisan optimize; php artisan event:cache; php artisan view:cache; sh -c "php artisan queue:work &"; nginx -g "daemon off;"
+CMD php artisan optimize; php artisan event:cache; php artisan view:cache; sh -c "php artisan queue:work &"; php-fpm -D; nginx -g "daemon off;"
0 commit comments