edit gunicorn

This commit is contained in:
ash
2026-03-31 08:50:05 +01:00
parent 377ba19033
commit 644e95a2ee
+1 -1
View File
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 5000
RUN pip install gunicorn
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
CMD ["gunicorn", "-w", "4", "app:app"]