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