Update Dockerfile

This commit is contained in:
fzorb 2024-09-09 17:17:59 +03:00
parent 731eb4fc78
commit a1749a5113

View File

@ -11,5 +11,4 @@ COPY . .
EXPOSE 5000
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]