Update Dockerfile

This commit is contained in:
Ishaan Jaff 2024-01-27 14:43:50 -08:00 committed by ishaan-jaff
parent 8907027ba1
commit 6e2ab9ed28

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"]