Sign inSign up

yunnysunny/gitbook

By yunnysunny

Updated almost 2 years ago

I create a docker image based on gitbook 3.2.3 with node 10.

Image
Developer tools
0

10K+

yunnysunny/gitbook repository overview

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

Tag summary

Content type

Image

Digest

sha256:20bfe2790

Size

1.4 GB

Last updated

almost 2 years ago

docker pull yunnysunny/gitbook