q275343119's picture
init
182eebc
Raw
History Blame Contribute Delete
142 Bytes
#!/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}"