fix: bootstrap prisma data before app start

This commit is contained in:
2026-05-31 00:56:12 +00:00
parent ab2f9677fa
commit 38b18b7881
3 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ The deployment model is expected to follow the shared dev, QA, and production br
- `NEXT_PUBLIC_SITE_URL` should match the deployed environment.
- `DATABASE_URL` should target the environment-specific PostgreSQL instance.
- Stripe and email provider secrets live in environment variables.
- The production container applies Prisma migrations and seeds the property inventory before the Next.js server starts so checkout has the required `Property` records.
## Port Mapping