Merge pull request #339 from axsemantics/master

make middleman pick up changes when run in docker
This commit is contained in:
Robert Lord 2015-09-28 12:32:44 -05:00
commit fd27069a2d

View file

@ -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!