Update Dockerfile
This commit is contained in:
parent
7f2e4036d6
commit
6b0024a7d3
@ -59,5 +59,7 @@ RUN echo "app contents"
|
||||
# List contents of /app
|
||||
RUN ls -la /app
|
||||
|
||||
ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"]
|
||||
|
||||
ENTRYPOINT ["python3", "/app/litellm/proxy/proxy_cli.py"]
|
||||
|
||||
CMD ["--port", "4000"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user