if [ ! -f ./.devcontainer/first-start.flag ]; then echo "Running first-start commands..." # Add your one-time commands here php artisan migrate --force && php artisan db:seed touch ./.devcontainer/first-start.flag fi