build(dockerfile): fixing cmd

This commit is contained in:
Krrish Dholakia 2024-01-05 19:09:47 +05:30
parent 1b2fab28b5
commit aa0b2010d2

View file

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