You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There're two ways to build project under apps folder, for example, the project's name is web:
turbo build --filter=web
turbo prune web && cd web && turbo build
I'm wondering to build web in my docker, after reading the doc, I found turbo prune web --docker && cd web && turbo build is the best way. But I wanna know the difference between the two ways. Anyone help?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
There're two ways to build project under apps folder, for example, the project's name is web:
I'm wondering to build web in my docker, after reading the doc, I found
turbo prune web --docker && cd web && turbo build
is the best way. But I wanna know the difference between the two ways. Anyone help?Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions