bad socketio bad

This commit is contained in:
2020-10-15 10:42:59 -04:00
parent 124cb54b74
commit b6912248a4
6 changed files with 32 additions and 16 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ WORKDIR /root/
RUN pip install -r requirements.txt
WORKDIR /root/src
WORKDIR /root/
CMD [ "python", "app.py" ]
# CMD [ "gunicorn", "-b", "0.0.0.0:25565","--workers", "3", "--timeout", "86400", "src.app:app" ]
# CMD [ "python", "app.py" ]
CMD [ "gunicorn", "-b", "0.0.0.0:25565","--workers", "3", "--timeout", "86400", "-k", "eventlet", "src.app:app" ]