diff --git a/Dockerfile b/Dockerfile index 0b18c84f4..351411cbb 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