From dd226a1f6295475c7ae676633e80de51b6b1eacb Mon Sep 17 00:00:00 2001 From: akiel Date: Fri, 14 Aug 2020 15:45:54 +0200 Subject: [PATCH] Use sh instead of bash --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5eac698..2dfe7ce 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh echo "something going on here"