From 6b0024a7d3fa3ae775b817302fbee334b72fd4c4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 27 Jan 2024 15:01:02 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de47b6019..39d88d4eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]