Sign inSign up

qqbuby/gitbook

By qqbuby

Updated almost 9 years ago

GitBook Docker

Image
0

468

qqbuby/gitbook repository overview

GitBook Docker

FROM node:8

LABEL maintainer="ROY XU <[email protected]>"

RUN npm install gitbook-cli -g \
    && gitbook fetch 3 \
    && npm cache clean --force \
    && rm -rf /tmp/* \
    && gitbook --version

RUN npm cache add [email protected] \
    && npm cache add [email protected] \
    && npm cache add [email protected]

Tag summary

Content type

Image

Digest

Size

539.4 MB

Last updated

almost 9 years ago

docker pull qqbuby/gitbook:3.2