-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add missing api
folder in turbo prune api --docker
example
#9648
docs: add missing api
folder in turbo prune api --docker
example
#9648
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@gianelli99 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
api
folder in turbo prune api --docker
exampleapi
folder in turbo prune api --docker
example
api
folder in turbo prune api --docker
exampleapi
folder in turbo prune api --docker
example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thank you.
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Description
Hi everybody! I'm learning Turborepo and I think there's an incorrect example in the Docker guide.
Testing Instructions
To reproduce the issue I just created a new repository and runned the
turbo prune
command. In this case,docs
app is equivalent toapi
app.Screenshots
Extra
It's my first time opening a PR here, please let me know if I should do something different! Thanks