diff --git a/entrypoint.sh b/entrypoint.sh index 918e6e99..07355dd7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -109,7 +109,7 @@ else fi # Optional: Run migrations if needed -# php artisan migrate --force +php artisan migrate --force echo "========================================" echo "Setup complete. Starting application..."