forked from phoenix/litellm-mirror
build(dockerfile): exposed port fix
This commit is contained in:
parent
2741835605
commit
1b2fab28b5
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,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", "./hosted_config.yaml", "--port", "8000", "--num_workers", "8"]
|
||||
CMD ["--config", "./hosted_config.yaml", "--port", "4000", "--num_workers", "8"]
|
Loading…
Add table
Add a link
Reference in a new issue