Merge branch '6-mysql-connectivity' into 'master'

Resolve "MySQL connectivity"

Closes #6

See merge request daniel/personal-website!7
This commit is contained in:
Daniel_I_Am 2021-09-19 17:05:07 +00:00
commit bdd224a4af

View File

@ -6,6 +6,10 @@ if [ "${1#-}" != "$1" ]; then
set -- apache2-foreground "$@"
fi
while ! curl mysql:3306; do
sleep 1
done
php artisan cache:clear
php artisan config:cache
php artisan route:cache