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 904a7f4 commit 470b50bCopy full SHA for 470b50b
docs/images/logo.png
docs/serve.sh
@@ -4,4 +4,5 @@ docker run --rm --name slate -p 4567:4567 \
4
-v "$(pwd)/source/logo.png":/srv/slate/source/images/logo.png \
5
-v "$(pwd)/source/index.html.md":/srv/slate/source/index.html.md \
6
-v "$(pwd)/source/includes":/srv/slate/source/includes \
7
- -v "$(pwd)/build":/srv/slate/build slatedocs/slate serve
+ -v "$(pwd)/build":/srv/slate/build \
8
+ -v "$(pwd)/images":/srv/slate/source/images slatedocs/slate serve
0 commit comments