lasthourcloud/docker/dev-ssu/etc/s6-overlay/s6-rc.d/init-setup/up
2023-12-13 11:35:53 +01:00

6 lines
181 B
Plaintext

#!/command/execlineb -P
foreground { composer -d /var/www/html/ install }
foreground { php /var/www/html/artisan migrate --step }
foreground { php /var/www/html/artisan dev:init }