WSGI doesn't support socketio

This commit is contained in:
2020-10-15 09:53:50 -04:00
parent 0a10b2a076
commit 124cb54b74
2 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ WORKDIR /root/
RUN pip install -r requirements.txt
WORKDIR /root/src
CMD [ "gunicorn", "-b", "0.0.0.0:25565", "src.app:app" ]
CMD [ "python", "app.py" ]
# CMD [ "gunicorn", "-b", "0.0.0.0:25565","--workers", "3", "--timeout", "86400", "src.app:app" ]