#!/bin/bash while ! nc -z db 3306; do sleep 3; done php artisan db:seed && php artisan serve --host=0.0.0.0 --port=8000