Dockerfile Update to include pcntl

This commit is contained in:
2026-06-30 22:16:08 +10:00
parent 940bf2a367
commit 25d413283a
+1
View File
@@ -7,5 +7,6 @@ php artisan migrate --force
crond -f -l 8 &
php artisan reverb:start --host=0.0.0.0 --port=8080 &
php artisan queue:work --tries=3 --sleep=3 &
php-fpm -D
nginx -g 'daemon off;'