#!/bin/sh gunicorn 'run:exposed_app' --bind 0.0.0.0:8080 --log-level=debug --workers=4