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