#!/usr/bin/env sh . .venv/bin/activate gunicorn --bind 0.0.0.0:8080 --access-logfile - app:app