Skip to content

Commit 502d270

Browse files
committed
Add PHP-FPM
1 parent 3ab0341 commit 502d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ RUN mv opcache.ini /usr/local/etc/php/conf.d/
5959
VOLUME /var/www/html/storage/framework/cache/data
6060

6161
# 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;"
62+
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

Comments
 (0)