I create a docker image based on gitbook 3.2.3 with node 10.
10K+
The old version of gitbook has been officially abandoned. So I create a docker image based on gitbook 3.2.3 with node 10.
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 /
1.0.0
Content type
Image
Digest
sha256:20bfe2790…
Size
1.4 GB
Last updated
almost 2 years ago
docker pull yunnysunny/gitbook