Commit fd27069a authored by Robert Lord's avatar Robert Lord

Merge pull request #339 from axsemantics/master

make middleman pick up changes when run in docker
parents 9e42fbb0 fcea9014
...@@ -53,7 +53,7 @@ Or use the included Dockerfile! (must install Docker first) ...@@ -53,7 +53,7 @@ Or use the included Dockerfile! (must install Docker first)
```shell ```shell
docker build -t slate . 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! 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