Spaces:
Build error
Build error
| # Run Prisma migrations against PostgreSQL | |
| echo "Running database migrations..." | |
| cd /app && npx prisma db push --skip-generate 2>/dev/null || echo "Migration skipped or already up to date" | |
| # Start the application | |
| exec "$@" | |