diff --git a/Dockerfile b/Dockerfile index 5c0c4ad36..8bc6e5783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,5 +55,5 @@ EXPOSE 4000/tcp # # Set your entrypoint and command -ENTRYPOINT ["litellm"] +ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"] CMD ["--port", "4000"]