mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
build(dockerfile): remove --config proxy_server_config.yaml from docker run
prevents startup errors with dockerfile
This commit is contained in:
parent
75d2eb61b4
commit
3c6bc031de
1 changed files with 1 additions and 2 deletions
|
@ -70,5 +70,4 @@ EXPOSE 4000/tcp
|
|||
ENTRYPOINT ["litellm"]
|
||||
|
||||
# Append "--detailed_debug" to the end of CMD to view detailed debug logs
|
||||
# CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
|
||||
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
|
||||
CMD ["--port", "4000"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue