Skip to content

Commit df0ea49

Browse files
docs: add missing api folder in turbo prune api --docker example (#9648)
### 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 to `api` app. ``` npx create-turbo@latest npm install turbo --global turbo prune docs --docker ``` ### Screenshots ![image](https://github.com/user-attachments/assets/3eae38f7-ceab-40ca-be2e-863667753cf0) ### Extra It's my first time opening a PR here, please let me know if I should do something different! Thanks Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
1 parent bcd5840 commit df0ea49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/repo-docs/guides/tools/docker.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ First, we want to copy over only what we need to install the packages. When runn
9696
<Folder name="out" defaultOpen>
9797
<Folder name="json" defaultOpen>
9898
<Folder name="apps" defaultOpen>
99-
<File name="package.json" />
99+
<Folder name="api" defaultOpen>
100+
<File name="package.json" />
101+
</Folder>
100102
</Folder>
101103
<File name="package.json" />
102104
</Folder>

0 commit comments

Comments
 (0)