build(dockerfile): remove --config proxy_server_config.yaml from docker run

prevents startup errors with dockerfile
This commit is contained in:
Krrish Dholakia 2024-04-08 13:23:56 -07:00
parent 75d2eb61b4
commit 3c6bc031de

View file

@ -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"]