Fix supervisor
All checks were successful
Push image to registry / build-image (push) Successful in 6m46s
All checks were successful
Push image to registry / build-image (push) Successful in 6m46s
This commit is contained in:
@ -7,6 +7,7 @@ php ./artisan migrate --force
|
||||
php ./artisan optimize:clear && php ./artisan optimize
|
||||
|
||||
# Queue worker
|
||||
supervisord --nodaemon --configuration /etc/supervisord.conf
|
||||
supervisorctl start "laravel-worker:*"
|
||||
|
||||
# Start all of the server sumulataneously
|
||||
|
Reference in New Issue
Block a user