From fbf9cab5b9e35df524e2c9953180c58d92e4cd97 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 21 Nov 2023 17:14:34 -0800 Subject: [PATCH] (fix) dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5690ac48a..0b18c84f4 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 /../../hosted_config.yaml --port 4000 \ No newline at end of file