Skip to content

Commit 40f9b33

Browse files
committed
Mount local overrides as volume for testing
1 parent c85bffd commit 40f9b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-apps/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ else
1818
echo "Found local $IMAGE_TAG docker image"
1919
fi
2020

21-
docker run --rm -p 7860:7860 $IMAGE_TAG
21+
docker run --rm -v ./$1/overrides.yml:/etc/web-app/overrides.yml -p 7860:7860 $IMAGE_TAG

0 commit comments

Comments
 (0)