From 35ff5283b6b0108cb0ed3c25d5f12ce6786ff613 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 2 Dec 2023 18:04:29 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 428f7db3fa..23a041ec49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN pip install --no-cache-dir --find-links=wheels -r requirements.txt EXPOSE 4000/tcp # Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy -ENTRYPOINT litellm --config /app/proxy_server_config.yaml --port 4000 +CMD ["litellm", "--port", "4000"]