#!/bin/bash cd app exec gunicorn -b 0.0.0.0:1986 --log-level debug app:app