Replies: 1 comment
-
Turns out I forgot to clean ( I face a new error now but this seems to fix this specific error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm trying to run the docker image of a server from my monorepo. I'm using the same instructions (with names changed) from the dockerfile provided in the Turborepo example Dockerfile from the docs.
However, when I run the instruction
RUN yarn turbo run build --filter=server...
, I'm getting a recursive folder structure inside myout/json/apps/server/dist
folder:out/json
folder from the docker imageI can't seem to figure why I'm getting another layer of
apps/server/src
in the dist folder of my server (as seen in the image).Could anyone offer me some guidance on how I can debug this?
Dockerfile
Source code structure
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions