forked from phoenix/litellm-mirror
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"]
|
ENTRYPOINT ["litellm"]
|
||||||
|
|
||||||
# Append "--detailed_debug" to the end of CMD to view detailed debug logs
|
# Append "--detailed_debug" to the end of CMD to view detailed debug logs
|
||||||
# CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
|
CMD ["--port", "4000"]
|
||||||
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue