From 8bd04aa95f537e907f031e7c152ce2bae0a54ea5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 20:51:44 +1200 Subject: [PATCH] :-'Generic Commit' --- test-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-docker.sh b/test-docker.sh index 7b08702..5ef9762 100755 --- a/test-docker.sh +++ b/test-docker.sh @@ -57,6 +57,7 @@ docker buildx build --no-cache --load -t gitea.jde.nz/public/simple-object-stora # run the docker container title "Running docker container" export LOCALCONFIG="${SCRIPT_DIR}/.test-docker/config.json" +ls -l "$LOCALCONFIG" if [ ! -f "${LOCALCONFIG}" ]; then echo "PWD = $(pwd)"