diff --git a/Dockerfile b/Dockerfile index 4712a8bea..2b33c65f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,11 +11,7 @@ WORKDIR /app/litellm COPY requirements.txt /app/litellm/requirements.txt RUN pip install -r requirements.txt -WORKDIR /app/litellm/proxy - -COPY hosted_config.yaml /app/hosted_config.yaml - EXPOSE 4000/tcp # Set the command to run when the container starts -CMD python3 proxy_cli.py --config /app/hosted_config.yaml --port 4000 \ No newline at end of file +CMD litellm --config /app/proxy_server_config.yaml --port 4000