mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
build(Dockerfile): set dockerfile to always use config
This commit is contained in:
parent
09b7235b31
commit
6b8e6497f6
1 changed files with 1 additions and 1 deletions
|
@ -52,4 +52,4 @@ RUN chmod +x entrypoint.sh
|
||||||
EXPOSE 4000/tcp
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
ENTRYPOINT ["litellm"]
|
ENTRYPOINT ["litellm"]
|
||||||
CMD ["--port", "4000", "--debug"]
|
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--debug"]
|
Loading…
Add table
Add a link
Reference in a new issue