#!/bin/sh if [ ! -f "/app/health" ]; then printf 0 > "/app/health" fi exit "$(cat /app/health)"