Skip to content

Commit

Permalink
fix: remove need for VERCEL_*
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Nov 3, 2022
1 parent 04d8cbc commit 9e6dd06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/custom-remote-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,3 @@ For some reason, the `.turbo/config.json` is not working in Docker containers. I
```json
"build": "turbo run build --team=\"team_awesome\" --token=\"turbotoken\" --api=\"https://your-caching.server.dev\"",
```
and add this to your `Dockerfile` before calling the `turbo run build` command:
```docker
ENV VERCEL_ARTIFACTS_TOKEN=turbotoken
ENV VERCEL_ARTIFACTS_OWNER=team_awesome
```

0 comments on commit 9e6dd06

Please sign in to comment.