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

12 lines
241 B
Text
Raw Normal View History

#!/bin/sh
2024-12-10 09:46:05 +00:00
cd /var/www/html
if grep -qE '^HORIZON_ENABLED=false' .env 2>/dev/null; then
echo " INFO Horizon is disabled, sleeping."
exec sleep infinity
fi
2024-12-10 09:46:05 +00:00
echo " INFO Horizon is enabled, starting..."
exec php artisan horizon