Commit Graph

3 Commits

Author SHA1 Message Date
david 19d106d034 fix: update Dockerfile to use PostgreSQL dummy URL for build 2026-03-31 10:14:31 -07:00
david 04a42c903b fix: ensure Prisma client generation and migrations in Docker build
- Add explicit  step in both builder and runner stages
- Set DATABASE_URL environment variable for Prisma operations during build
- Run database migrations during build to support static page generation
- Copy package-lock.json to runner stage for production dependency installation
- Fix the original TypeScript error: Module '@prisma/client' has no exported member 'Event'
2026-03-29 21:48:44 -07:00
david bcb967017f feat: add Docker support with PostgreSQL and health check endpoint 2026-03-29 20:38:56 -07:00