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