#!/bin/bash gunicorn --workers=2 --log-level info server:app --bind=0.0.0.0:8080