This commit is contained in:
@ -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:*"
|
||||
|
Reference in New Issue
Block a user