mirror of
https://github.com/danbulant/api_docs
synced 2026-06-21 07:31:50 +00:00
mount volume for live changes to Dockerfile
This commit is contained in:
parent
9e42fbb04c
commit
fcea9014d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue