diff --git a/entrypoint.sh b/entrypoint.sh index 0da46007..799278c9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -176,7 +176,7 @@ fi if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then echo "Running migrations..." php artisan migrate --force - php artisan db:seed --class=InitialDataSeeder + fi echo "========================================"