From 78421d89aafb75a7e2d6f4eacf2d7b85c8184946 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 08:44:25 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b33c65f4..a995c2ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN pip install -r requirements.txt EXPOSE 4000/tcp -# Set the command to run when the container starts +# Start the litellm proxy, using the `litellm cli` https://docs.litellm.ai/docs/simple_proxy CMD litellm --config /app/proxy_server_config.yaml --port 4000