From b1bd71bac33323912fd99d528ba375ad0bb6a5e1 Mon Sep 17 00:00:00 2001 From: Abdud Dayan Adeeb Date: Wed, 17 Jun 2020 20:39:10 -0400 Subject: [PATCH] fixes --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d8ffdb4..4da7bd5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,4 +6,4 @@ fi echo $INPUT_COMMAND | sed -e 's/\\n/;/g' > semicolon_delimited_script -exec docker run $INPUT_OPTIONS $INPUT_IMAGE "`cat semicolon_delimited_script`" +exec docker run $INPUT_OPTIONS $INPUT_IMAGE /bin/sh -c "`cat semicolon_delimited_script`"