Files
coolify/docker/development/etc/s6-overlay/s6-rc.d/horizon/run
2024-12-09 13:34:31 +01:00

6 lines
94 B
Plaintext

#!/command/execlineb -P
foreground {
s6-sleep 5
php /var/www/html/artisan start:horizon
}