From 710c011575ea2f4d182efd54333b3a988d1e96a8 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 22 Jul 2021 17:06:54 -0400 Subject: [PATCH] Add the source for run.sh --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index db2c946..434b3e6 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Source: https://github.com/docker/compose/issues/1926#issuecomment-505294443 + # Ah, ha, ha, ha, stayin' alive... while :; do :; done & kill -STOP $! && wait $!