From dbbfd42e0898739be936e541cf21ce5308a6d5e9 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 20 Mar 2025 12:35:55 +0300 Subject: [PATCH] redeploy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ba42006..b481d544 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN pip install -r requirements.txt COPY . . -ENV PORT=8000 EXPOSE 8000 CMD ["python", "-m", "granian", "main:app", "--interface", "asgi", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file