Files
coolify/docker/prod/etc/s6-overlay/s6-rc.d/horizon/run
Andras Bacsai 786b6f11b2 test
2024-09-12 21:16:08 +02:00

6 lines
94 B
Plaintext

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