#!/bin/sh gunicorn app:app \ --bind 0.0.0.0:8080 \ --chdir backend \ --access-logfile '-' \ --error-logfile '-'