fix(orchestrator): rm symlink before schema COPY in Docker builder #710
Reference in New Issue
Block a user
Delete Branch "fix/ms23-prisma-rm-symlink"
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?
Kaniko resolves destination symlinks during COPY — writing to the symlink path tried to follow it to /app/apps/api (missing). RUN rm -f clears the symlink first so COPY writes the real file.