This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Commit f344230
Matthew Fisher
feat(Dockerfile): make the Dockerfile more functional
Now anyone that builds the documentation can run:
```
docker build -t deisdocs:canary .
docker run -dp 8000:8000 deisdocs:canary
```
And open 127.0.0.1:8000 in their browser to view the docs.1 parent aa5b08c commit f344230
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
0 commit comments