#!/usr/bin/env sh set -eu cd /app/analytics-collector exec uv run uvicorn analytics_collector.app:app --host 0.0.0.0 --port "${PORT:-7860}"