From 0239ebfacd51c643f2ceddd8d238eaf9ae9394c5 Mon Sep 17 00:00:00 2001 From: ash Date: Tue, 31 Mar 2026 08:53:16 +0100 Subject: [PATCH] remove gunicorn --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46fc136..e06556c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 -RUN pip install gunicorn -CMD ["gunicorn", "-w", "4", "app:app"] \ No newline at end of file +CMD ["python", "app.py"] \ No newline at end of file