cron with daemon
Some checks failed
Push image to registry / build-image (push) Failing after 1m0s

This commit is contained in:
2025-02-22 08:35:03 +01:00
parent 9f7603ea18
commit 540c41357e

View File

@ -6,6 +6,9 @@ php ./artisan migrate --force
# Cache
php ./artisan optimize:clear && php ./artisan optimize
# Scheduler
crond -b -L /dev/stdout
# Queue worker
supervisord --nodaemon --configuration /etc/supervisord.conf &
supervisorctl start "laravel-worker:*"