Replies: 1 comment 1 reply
-
|
What tooling are you using to run buildpacks? Is it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My source code directory has a symlink that points to a path not contained in the directories' subtree. This is because I have a monorepo, and I share code between projects with symlinks. Therefore, when I try building, the symlink becomes dead (dangling) after being copied into the builder.
A solution that would work is to resolve the symlink as the builder image's
COPYing of my source code happens; is this possible?Beta Was this translation helpful? Give feedback.
All reactions