coolify/docker/production/etc/s6-overlay/s6-rc.d/init-script/up

13 lines
170 B
Text
Raw Normal View History

2023-06-30 09:42:59 +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
foreground {
php
artisan
app:init
}