#!/usr/bin/env bash set -euo pipefail exec python3 -m uvicorn app:app --host 0.0.0.0 --port ${PORT:-7860} --workers 1 exec python3 -m uvicorn app:app --host 0.0.0.0 --port "${PORT}" --workers 1