Build Command pip install -r requirements.txt Start Command gunicorn app:app -w 1 --threads 12 --timeout 1200 gunicorn --config geventlet-config.py --worker-class=gevent --worker-connections=1000 --workers=1 app:app --timeout 1200