mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Update Dockerfile
This commit is contained in:
parent
a56d4a1e83
commit
96151cf260
1 changed files with 2 additions and 2 deletions
|
|
@ -13,5 +13,5 @@ RUN pip install -r requirements.txt
|
|||
|
||||
EXPOSE 4000/tcp
|
||||
|
||||
# Start the litellm proxy, using the `litellm cli` https://docs.litellm.ai/docs/simple_proxy
|
||||
CMD litellm --config /app/litellm/proxy_server_config.yaml --port 4000
|
||||
# Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy
|
||||
CMD litellm --config /app/proxy_server_config.yaml --port 4000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue