Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 188 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 188 Bytes

Using

docker build -t gitbook ./
docker run -ti -v $(pwd)/book:/opt -p 80:4000 -p 8080:35729 gitbook /bin/bash -c 'cd /opt && gitbook install && gitbook serve --host 0.0.0.0'