From 94fd2e3227063d8995363ba64719217d49c7639a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 09:27:42 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 088b47a20..4584007d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 4000/tcp # 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 +ENTRYPOINT litellm --config /app/proxy_server_config.yaml --port 4000