#!/usr/bin/env bash set -euo pipefail poetry run gunicorn -b "localhost:${PORT}" --timeout 120 'webapp.app'