Merge branch '6-mysql-connectivity' into 'master'
Resolve "MySQL connectivity" Closes #6 See merge request daniel/personal-website!7
This commit is contained in:
commit
bdd224a4af
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user