Alan Vitor
Alan Vitor
This pull request adds Gunicorn WSGI Server to handle Flask App and fixes some flask app config.
This fixes the problem with `SESSION_COOKIE_NAME` and `secret_key` being random values. The `secret_key` is now static, which is necessary for encrypting user data and session. The minor fix in `installing_deps.sh`...
Added options to change other user flags, in addition to the isSupport flag. Maybe related to #953. Changes in this pull request: - Update Dockerfile; - README explaining how to...