This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information