View Dockerfile on GitHub.
Tiny Alpine-based multistage-builld dockerized version of mkdocs.
The working directory inside the Docker container is /mkdocs/
and should be mounted locally to
the root of your project.
$ make build
$ make run
Then mkdocs will be available at http://127.0.0.1:8000