From 9205492d01ec6d7212ea9e81a5d8e0a249af30b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 31 May 2026 16:59:28 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20python=20app.py=20=D0=B2=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=BE=20gunicorn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7e6f6f5..a69e5d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ COPY . . # Порт EXPOSE 5000 -# Запуск через gunicorn (production) или flask (dev) -CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "2", "--timeout", "90", "app:application"] +# Запуск +CMD ["python", "app.py"]