Replies: 3 comments 4 replies
-
|
It would be great to not have to add additional copy commands in the dockerfile if I can specify the additional files I require during a prune operation. |
Beta Was this translation helpful? Give feedback.
-
|
I think this is an edge-case feature but I've just hit it. I have a postinstall script in one of my packages that downloads a large binary. The postinstall script just invokes a Maybe this could be a part of the |
Beta Was this translation helpful? Give feedback.
-
|
I have added a ticket to linear and we will figure out if this makes sense for the roadmap and update here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which project is this feature idea for?
Turborepo
Describe the feature you'd like to request
I would like to suggest the ability to list a collection of files which that should copied along when pruning a project, e.g.
turbo prune --scope=demo --extra-files=.docker-ignore --extra-files=docs/** --docker --out-dir=./docker-builds/demoThis would make it easier to include extra files like a
.dockerignore-fileDescribe the solution you'd like
Allow
turboto copy in more files that I list when pruning a projectDescribe alternatives you've considered
Manually script to copy the file after the
prune-task. Good alternative but still think this would be nice to have this functionality built-inTURBO-1168
Beta Was this translation helpful? Give feedback.
All reactions