From f0b9b02b6f0074025c0ddac7cbce1bb9b9c35d52 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 21 Apr 2024 15:36:22 -0700 Subject: [PATCH] fix readme --- ci-scripts/README.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/README.template b/ci-scripts/README.template index d39e096f..5fa8f86d 100644 --- a/ci-scripts/README.template +++ b/ci-scripts/README.template @@ -205,7 +205,7 @@ The most likely scenario would be mounting your repo into the users session read To achieve this if it is a Docker container just mount in with a bind and set the env: -`` +``` -e PA_REPO_FOLDER=/mnt/apps -v /mnt/apps:/mnt/apps:ro ```