From ed8c6ef7e240a1c6974dbff53433a019053c76a9 Mon Sep 17 00:00:00 2001
From: Andrea Franchini <hello@andreafranchini.com>
Date: Wed, 7 Jun 2023 09:39:23 +0200
Subject: [PATCH] fix dockerfile run command

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 61b2e76..8adff3c 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"]
-- 
GitLab