What's the difference between turbo prune web & turbo build and turbo build --filter=web ? #9496
-
SummaryThere're two ways to build project under apps folder, for example, the project's name is web:
Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Nov 22, 2024
Replies: 1 comment
-
A larger description of the process can be found here: https://turbo.build/repo/docs/guides/tools/docker |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turbo prune
helps to creates a smaller subset of the Workspace to work from for your Docker container while--filter
only executes a subset of tasks.turbo prune
is a smaller starting point for the tasks that you're going to eventually run.A larger description of the process can be found here: https://turbo.build/repo/docs/guides/tools/docker