Downstream services and repositories often rely on simple HTTP-based health checks for readiness and liveness. At present, the STUF API and SPA (assuming) images do not include curl, which makes it harder for consumers to perform lightweight health checks without creating custom wrappers or extending the base images.
Acceptance Criteria:
Downstream services and repositories often rely on simple HTTP-based health checks for readiness and liveness. At present, the STUF API and SPA (assuming) images do not include curl, which makes it harder for consumers to perform lightweight health checks without creating custom wrappers or extending the base images.
Acceptance Criteria:
["CMD", "curl", "-fsS", "http://127.0.0.1:9000/health/ready"].