Skip to content

Dylan-Prins/docker-mkdocs-builder

 
 

Repository files navigation

docker-mkdocs-builder

Dockerfile that just builds the MkDocs document

Usage

  1. Run the following command in your mkdocs project to start the local server
docker run --rm -p 8000:8000 -v $PWD:/docs tiryoh/mkdocs-builder:alpine
  1. Access http://127.0.0.1:8000 to access the content

Related projects

License

Copyright (c) 2020 Daisuke Sato

This repository is licensed under the MIT License, see LICENSE. Unless attributed otherwise, everything in this repository is licensed under the MIT license.

Acknowledgements

This repository includes third-party libraries and software. See THIRD-PARTY-NOTICES.md.

About

🐳 Dockerfiles to build MkDocs document project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published