#!/bin/sh set -euo pipefail curl -sf --max-time 3 http://localhost:80/health > /dev/null 2>&1 || exit 1