#!/bin/bash redis-server --daemonize yes gunicorn -b 0.0.0.0:7860 --timeout 120 --workers 5 --threads 5 app:app