Skip to content

Commit

Permalink
Merge pull request #31 from icowan/master
Browse files Browse the repository at this point in the history
change
  • Loading branch information
icowan authored Oct 16, 2019
2 parents 47702ae + d6d91b7 commit 9550991
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kplcloud/gitbook:v3.2.3-191016 AS build_env
FROM kplcloud/gitbook:v3.2.3-191017 AS build_env

MAINTAINER dudulu <[email protected]>

Expand Down
11 changes: 10 additions & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ MAINTAINER dudulu <[email protected]>

RUN npm config set registry https://registry.npm.taobao.org

RUN npm install -g gitbook-cli github highlight search mygitalk copy-code-button code expandable-chapters back-to-top-button sharing-plus
RUN npm install -g gitbook-cli \
gitbook-plugin-mygitalk \
gitbook-plugin-github \
gitbook-plugin-highlight \
gitbook-plugin-search \
gitbook-plugin-copy-code-button \
gitbook-plugin-code \
gitbook-plugin-expandable-chapters \
gitbook-plugin-back-to-top-button \
gitbook-plugin-sharing-plus --registry=https://registry.npm.taobao.org
RUN mkdir -p /opt/data
COPY ./README.md /opt/data
WORKDIR /opt/data
Expand Down

0 comments on commit 9550991

Please sign in to comment.