Files
stack/docker/openclaw-healthcheck.sh
Jason Woltje 9ee53418a9
All checks were successful
ci/woodpecker/push/infra Pipeline was successful
feat(docker): core compose + OpenClaw entrypoint (MS22-P1j)
2026-03-01 09:48:09 -06:00

3 lines
59 B
Bash
Executable File

#!/bin/sh
curl -sf http://localhost:18789/health || exit 1