diff --git a/Dockerfile b/Dockerfile index 61b2e76670e8684eaf6607be83cf9513f542a41f..8adff3cc1119e59a4563e0d7ae403974159493f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ WORKDIR /opt/mc_openapi ENV UVICORN_PORT=8080 \ UVICORN_HOST=0.0.0.0 -CMD ["uvicorn", "--interface", "wsgi", "mc_openapi.fastapi:app"] +CMD ["uvicorn", "mc_openapi.fastapi:app"]