diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh new file mode 100755 index 0000000..8152830 --- /dev/null +++ b/scripts/entrypoint.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +[ "$PINGME_USE_SERVICE" ] +: ${PINGME_USE_SERVICE:=""} + +pingme $PINGME_USE_SERVICE \ No newline at end of file