Skip to content

Commit

Permalink
docs: add missing api folder in turbo prune api --docker example (#…
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
gianelli99 and anthonyshew authored Dec 30, 2024
1 parent bcd5840 commit df0ea49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/repo-docs/guides/tools/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ First, we want to copy over only what we need to install the packages. When runn
<Folder name="out" defaultOpen>
<Folder name="json" defaultOpen>
<Folder name="apps" defaultOpen>
<File name="package.json" />
<Folder name="api" defaultOpen>
<File name="package.json" />
</Folder>
</Folder>
<File name="package.json" />
</Folder>
Expand Down

0 comments on commit df0ea49

Please sign in to comment.