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
Owner

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

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>
jason added 1 commit 2026-03-13 00:45:09 -05:00
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>
jason merged commit bc9a13bfe4 into master 2026-03-13 00:45:12 -05:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jason/wfh#11