Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 495 Bytes

GitBook Image

Run container:

$ docker run -p 80:4000 -v /srv/gitbook ysknmt/gitbook

4000 – GitBook default service port.

35729 – Live reload server port.

/srv/gitbook – Default working directory for GitBook container.

Build Static Website

$ docker run -v /srv/gitbook -v /srv/html ysknmt/gitbook gitbook build . /srv/html

Links

GitHub: GitBook

GitBook Toolchain Documentation