We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85bffd commit 40f9b33Copy full SHA for 40f9b33
web-apps/run.sh
@@ -18,4 +18,4 @@ else
18
echo "Found local $IMAGE_TAG docker image"
19
fi
20
21
-docker run --rm -p 7860:7860 $IMAGE_TAG
+docker run --rm -v ./$1/overrides.yml:/etc/web-app/overrides.yml -p 7860:7860 $IMAGE_TAG
0 commit comments