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

13 lines
174 B
Plaintext

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