mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
(fix) dockerfile
This commit is contained in:
parent
53558cc8b3
commit
fbf9cab5b9
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ RUN pip install -r requirements.txt
|
||||||
WORKDIR /app/litellm/proxy
|
WORKDIR /app/litellm/proxy
|
||||||
|
|
||||||
# Set the command to run when the container starts
|
# Set the command to run when the container starts
|
||||||
CMD python3 proxy_cli.py --config hosted_config.yaml --port 4000
|
CMD python3 proxy_cli.py --config /../../hosted_config.yaml --port 4000
|
Loading…
Add table
Add a link
Reference in a new issue