Files
coolify/docker/development/etc/s6-overlay/s6-rc.d/horizon/run
Andras Bacsai 3893754a10 fix confs etc
2024-12-10 10:46:05 +01:00

13 lines
175 B
Plaintext

#!/command/execlineb -P
# Use with-contenv to ensure environment variables are available
with-contenv
cd /var/www/html
foreground {
php
artisan
start:horizon
}