Commit fcea9014 authored by Andreas Madsack's avatar Andreas Madsack

mount volume for live changes to Dockerfile

parent 9e42fbb0
......@@ -53,7 +53,7 @@ Or use the included Dockerfile! (must install Docker first)
```shell
docker build -t slate .
docker run -d -p 4567:4567 slate
docker run -d -p 4567:4567 --name slate -v $(pwd)/source:/app/source slate
```
You can now see the docs at <http://localhost:4567>. Whoa! That was fast!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment