coolify/docker/development/etc/s6-overlay/s6-rc.d/scheduler-worker/run

14 lines
178 B
Text
Raw Normal View History

2024-12-09 12:34:31 +00:00
#!/command/execlineb -P
2024-12-10 09:46:05 +00:00
# Use with-contenv to ensure environment variables are available
with-contenv
cd /var/www/html
2024-12-09 12:34:31 +00:00
foreground {
2024-12-10 09:46:05 +00:00
php
artisan
start:scheduler
2024-12-09 12:34:31 +00:00
}
2024-12-10 09:46:05 +00:00