mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +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
|
||||
|
||||
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