Fix supervisor
All checks were successful
Push image to registry / build-image (push) Successful in 3m46s

This commit is contained in:
2025-02-20 20:22:04 +01:00
parent 7a03225a21
commit 750bcf13b4

View File

@ -7,7 +7,7 @@ php ./artisan migrate --force
php ./artisan optimize:clear && php ./artisan optimize
# Queue worker
supervisord --nodaemon --configuration /etc/supervisord.conf
supervisord --nodaemon --configuration /etc/supervisord.conf &
supervisorctl start "laravel-worker:*"
# Start all of the server sumulataneously