fix: add sleep to startup script to allow the mysql container to finish initalization

This commit is contained in:
Mismaah 2024-09-25 05:50:25 +00:00
parent 9c184398b6
commit d8c23e09f4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
sleep 10s
php artisan key:generate
php artisan migrate --seed
php artisan storage:link