From 1772da92c06699634330fe5c5cdd2900e36daf21 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 08:46:38 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a995c2ad1..313093f29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ 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/proxy_server_config.yaml --port 4000 +CMD litellm --config /app/litellm/proxy_server_config.yaml --port 4000