added gunicorn and updated to the last version of server monitorizare
This commit is contained in:
@@ -22,4 +22,4 @@ ENV PYTHONUNBUFFERED=1
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["python", "run.py"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "-w", "4", "--timeout", "120", "run:app"]
|
||||
|
||||
Reference in New Issue
Block a user