Docker Example: Is the ... suffix in the filter flag required or a mistake?
#3074
-
|
This discussion isn't really fit the purpose of help/support as it is just a question. However, it was the only category that has uses Q&A formatting. In the docker example, when running the build command, the filter flag has a spread operator ( https://github.com/vercel/turbo/blob/741a529ee6f51b34cfca6d881c880d7c2c0645cf/examples/with-docker/apps/api/Dockerfile#L29 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It's for building the app and its dependencies. cf https://turbo.build/repo/docs/core-concepts/monorepos/filtering#include-dependencies-of-matched-workspaces |
Beta Was this translation helpful? Give feedback.
It's for building the app and its dependencies. cf https://turbo.build/repo/docs/core-concepts/monorepos/filtering#include-dependencies-of-matched-workspaces