docs(deploy.md): fix deploy quick start command

This commit is contained in:
Krrish Dholakia 2024-03-19 17:35:08 -07:00
parent 358f94a4c3
commit 191c2256f6

View file

@ -19,7 +19,7 @@ docker pull ghcr.io/berriai/litellm:main-latest
```
```shell
docker run --env-file=.env -v {pwd}/path/to/config.yaml:/app/config.yaml -p 4000:4000 ghcr.io/berriai/litellm:main-latest --config config.yaml
docker run --env-file=.env -v $(pwd)/path/to/config.yaml:/app/config.yaml -p 4000:4000 ghcr.io/berriai/litellm:main-latest --config config.yaml
```
</TabItem>