forked from phoenix/litellm-mirror
build(dockerfile): fixing cmd
This commit is contained in:
parent
1b2fab28b5
commit
aa0b2010d2
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@ EXPOSE 4000/tcp
|
|||
|
||||
# Set your entrypoint and command
|
||||
ENTRYPOINT ["litellm"]
|
||||
CMD ["--config", "./hosted_config.yaml", "--port", "4000", "--num_workers", "8"]
|
||||
CMD ["--port", "4000"]
|
Loading…
Add table
Add a link
Reference in a new issue