From c5464e03ed2294d11af7cf9f9af7be3fb02cc919 Mon Sep 17 00:00:00 2001 From: JoshPiper <32164094+JoshPiper@users.noreply.github.com> Date: Sun, 5 Jan 2020 11:11:59 +0000 Subject: [PATCH] Use sh not bash. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index af2dd8a..2a2ff39 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -eu