Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 209 Bytes

File metadata and controls

5 lines (5 loc) · 209 Bytes

To run locally

docker run -d --name mkdocs-server -p 8000:8000 -v $(pwd):/docs api-docs-mkdocs-image

you will need to restart the container to see the changes but not rebuild the image or rerun it.