Sign inSign up

guigouz/gitbook

By guigouz

•Updated almost 9 years ago

node:8 image with gitbook installed

Image
0

10K+

guigouz/gitbook repository overview

FROM node:8

RUN npm install -g gitbook-cli

WORKDIR /gitbook

USER 1000

ENV HOME /tmp

ENTRYPOINT  [ "/usr/local/bin/gitbook" ] 

Tag summary

Content type

Image

Digest

Size

271.5 MB

Last updated

almost 9 years ago

docker pull guigouz/gitbook