From 99c9398146d881ced6c159eb3b4fde65f9125ddd Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 00:19:43 +1000 Subject: [PATCH] addls --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ece3c63..d923ebb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ set -e # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes ls -SRCDIR=$1 +SRCDIR=/$1 WORKDIR=${SRCDIR:-/src} #