fix(orchestrator): use symlink path ./prisma/schema.prisma in generate script #708

Merged
jason.woltje merged 1 commits from fix/ms23-prisma-script-path into main 2026-03-07 16:31:50 +00:00
Owner

PR #707 added the symlink but accidentally kept the old script path ../api/prisma/schema.prisma which doesn't exist in Docker. Switch to ./prisma/schema.prisma so Docker (kaniko copies symlink target) and CI (symlink resolves in checkout) both work.

PR #707 added the symlink but accidentally kept the old script path ../api/prisma/schema.prisma which doesn't exist in Docker. Switch to ./prisma/schema.prisma so Docker (kaniko copies symlink target) and CI (symlink resolves in checkout) both work.
jason.woltje added 1 commit 2026-03-07 16:31:48 +00:00
fix(orchestrator): use symlink path in prisma:generate script
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
06e135a941
PR #707 added the symlink apps/orchestrator/prisma/schema.prisma but
accidentally reverted the script back to ../api/prisma/schema.prisma.

Docker does not have apps/api/prisma/ — the symlink IS the schema.
Change script to ./prisma/schema.prisma so both CI (symlink resolved)
and Docker (symlink followed by kaniko COPY) work correctly.
jason.woltje merged commit 7d47e5ff99 into main 2026-03-07 16:31:50 +00:00
Sign in to join this conversation.