From 25d413283a42d5d4d90d507d3f53ed06c65d6f23 Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 30 Jun 2026 22:16:08 +1000 Subject: [PATCH] Dockerfile Update to include pcntl --- docker/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 823237f..07e0be6 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -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;'