mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
build(Dockerfile): keep exposed port consistent
This commit is contained in:
parent
0d152b3748
commit
4e3750b017
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ RUN if [ "$with_database" = "true" ]; then \
|
|||
/app/retry_push.sh; \
|
||||
fi
|
||||
|
||||
EXPOSE 8000/tcp
|
||||
EXPOSE 4000/tcp
|
||||
|
||||
# Set your entrypoint and command
|
||||
ENTRYPOINT ["litellm"]
|
||||
CMD ["--config", "./proxy_server_config.yaml", "--port", "8000", "--num_workers", "8"]
|
||||
CMD ["--port", "4000"]
|
Loading…
Add table
Add a link
Reference in a new issue