From d8c23e09f45d756f9baf5dc51914465b645c583d Mon Sep 17 00:00:00 2001 From: Mismaah Date: Wed, 25 Sep 2024 05:50:25 +0000 Subject: [PATCH] fix: add sleep to startup script to allow the mysql container to finish initalization --- docker-startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-startup.sh b/docker-startup.sh index 23b366a9..d4de8205 100644 --- a/docker-startup.sh +++ b/docker-startup.sh @@ -1,5 +1,6 @@ #!/bin/sh +sleep 10s php artisan key:generate php artisan migrate --seed php artisan storage:link