fix(orchestrator): use symlink path ./prisma/schema.prisma in generate script #708
Reference in New Issue
Block a user
Delete Branch "fix/ms23-prisma-script-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.