build(Dockerfile): set dockerfile to always use config

This commit is contained in:
Krrish Dholakia 2024-01-20 17:46:52 -08:00
parent 09b7235b31
commit 6b8e6497f6

View file

@ -52,4 +52,4 @@ RUN chmod +x entrypoint.sh
EXPOSE 4000/tcp
ENTRYPOINT ["litellm"]
CMD ["--port", "4000", "--debug"]
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--debug"]