From 4ede140695d770ecba80e4520cc2053495b57955 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 15 Dec 2019 01:08:37 +0100 Subject: [PATCH] Use cat instead of sleep infinity --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3916fab..0e3a9a1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -84,4 +84,5 @@ if [ -x /entrypoint-post-https.sh ]; then /entrypoint-post-https.sh fi -sleep infinity +# == sleep infinity, however infinity is not supported in this image! +cat