Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 312 Bytes

File metadata and controls

8 lines (5 loc) · 312 Bytes

docs

This repo contains the source code for Keukeiland Docs. Regenerates references and documentation for the repo's every time when started, other files in docs will be kept and served statically.

Build using docker build -t docs .

Run using docker run -p 80:80 docs