Update Dockerfile

This commit is contained in:
Ishaan Jaff 2024-01-27 14:43:50 -08:00 committed by GitHub
parent ad6607b530
commit 4a98104af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,5 +55,5 @@ EXPOSE 4000/tcp
# # Set your entrypoint and command
ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"]
ENTRYPOINT ["python3 litellm/litellm/proxy/proxy_cli.py"]
CMD ["--port", "4000"]