forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
9794b6ac51
commit
f39cc91953
1 changed files with 3 additions and 1 deletions
|
@ -59,5 +59,7 @@ RUN echo "app contents"
|
||||||
# List contents of /app
|
# List contents of /app
|
||||||
RUN ls -la /app
|
RUN ls -la /app
|
||||||
|
|
||||||
ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"]
|
|
||||||
|
ENTRYPOINT ["python3", "/app/litellm/proxy/proxy_cli.py"]
|
||||||
|
|
||||||
CMD ["--port", "4000"]
|
CMD ["--port", "4000"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue