fix: copy prisma.config.ts into runner so db push can find datasource URL #11

Merged
jason merged 1 commits from claude/reverent-proskuriakova into master 2026-03-13 00:45:12 -05:00

1 Commits

Author SHA1 Message Date
cfeee5dc2a fix: copy prisma.config.ts into runner so db push can find datasource URL
Without prisma.config.ts in the runner stage, prisma db push has no
datasource URL (schema.prisma no longer carries url in Prisma 7) and
silently skips creating the database. Also add set -e to the entrypoint
so any db push failure is visible in logs and stops the container.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:44:41 -05:00