Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages