From 4cfaf7ff95d4ce06091d1365134f3964e2d788ae Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 21 Nov 2023 17:20:14 -0800 Subject: [PATCH] (fix) dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b18c84f42..351411cbbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN pip install -r requirements.txt WORKDIR /app/litellm/proxy # Set the command to run when the container starts -CMD python3 proxy_cli.py --config /../../hosted_config.yaml --port 4000 \ No newline at end of file +CMD python3 proxy_cli.py --config /app/hosted_config.yaml --port 4000 \ No newline at end of file