remove gunicorn

This commit is contained in:
ash
2026-03-31 08:53:16 +01:00
parent 644e95a2ee
commit 0239ebfacd
+1 -2
View File
@@ -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"]
CMD ["python", "app.py"]