Boilerplate for building a Gitbook self-serving Docker container
git clone [email protected]:shelleg/docker-gitbook.git
cd docker-gitbook
docker build -t shelleg/docs .docker run --rm -p 4000:80 shelleg/docsNow you can browse to http://localhost:4000 to see documentation.