#!/bin/bash set -e base=$(dirname "$(readlink -f "$0")") cd "${base}" exec ./venv/bin/hypercorn --config python:capport.api.hypercorn_conf capport.api.app "$@"