diff --git a/Dockerfile b/Dockerfile index 2900691b9..a7b5828d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt WORKDIR /app/litellm-proxy EXPOSE 8000 -CMD ["python3", "main.py"] \ No newline at end of file +CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", $PORT] \ No newline at end of file