From 7f2e4036d6e16faaa21b6d2d93b28b4d265a7d56 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 27 Jan 2024 14:59:36 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac7b21e5c..de47b6019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,5 +59,5 @@ RUN echo "app contents" # List contents of /app RUN ls -la /app -ENTRYPOINT ["python3 litellm/litellm/proxy/proxy_cli.py"] +ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"] CMD ["--port", "4000"]