#!/bin/sh set -eu PORT="${PORT:-3001}" curl -fsS "http://127.0.0.1:${PORT}/api/health" >/dev/null