mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Add default expose.
This commit is contained in:
parent
f7ad15c392
commit
c7e3c399c2
1 changed files with 2 additions and 0 deletions
|
@ -15,5 +15,7 @@ WORKDIR /app/litellm/proxy
|
||||||
|
|
||||||
COPY hosted_config.yaml /app/hosted_config.yaml
|
COPY hosted_config.yaml /app/hosted_config.yaml
|
||||||
|
|
||||||
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
# Set the command to run when the container starts
|
# Set the command to run when the container starts
|
||||||
CMD python3 proxy_cli.py --config /app/hosted_config.yaml --port 4000
|
CMD python3 proxy_cli.py --config /app/hosted_config.yaml --port 4000
|
Loading…
Add table
Add a link
Reference in a new issue