From 96151cf260a91c74a40ecf066efdc659a7e89fc4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 08:57:10 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 313093f29..90277b9be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN pip install -r requirements.txt EXPOSE 4000/tcp -# Start the litellm proxy, using the `litellm cli` https://docs.litellm.ai/docs/simple_proxy -CMD litellm --config /app/litellm/proxy_server_config.yaml --port 4000 +# Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy +CMD litellm --config /app/proxy_server_config.yaml --port 4000