From 8d058becc237be5d978563231d7e994b8f89589d Mon Sep 17 00:00:00 2001 From: Piers Beckley Date: Tue, 23 Aug 2022 16:17:17 +0100 Subject: [PATCH] Alpine does not have bash --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5f647bc..677f362 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash -l +#!/bin/sh -l #bash -c "$(cp ' %q' "$@")"