fix: add sleep to startup script to allow the mysql container to finish initalization
This commit is contained in:
parent
9c184398b6
commit
d8c23e09f4
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
sleep 10s
|
||||
php artisan key:generate
|
||||
php artisan migrate --seed
|
||||
php artisan storage:link
|
||||
|
|
Loading…
Reference in New Issue