From f07c773adfcfd165191a2004c6a0e65bb3232afb Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 00:07:18 +1000 Subject: [PATCH] Try set pwd --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0c39331..9829b84 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,7 @@ set -e # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes -SRCDIR=$1 +SRCDIR=$(pwd)/$1 WORKDIR=${SRCDIR:-/src} #