readded gunicorn

This commit is contained in:
ash
2026-03-31 09:01:05 +01:00
parent 2b80fabeee
commit be3823db16
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 5000
CMD ["python", "app.py"]
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]