Skip to content

whyun-docker/gitbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitbook docker image

The old version of gitbook has been officially abandoned. So I create a docker image based on gitbook 3.2.3 with node 10.

Usage

Building pdf

FROM yunnysunny/gitbook:latest  AS build-stage
WORKDIR /opt
COPY . /opt
RUN gitbook pdf .

FROM scratch AS export-stage
COPY --from=build-stage /opt/book.pdf /

Tag

1.0.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published