🔨 refactor(): hexo-base

hexo base

Signed-off-by: ehlxr <ehlxr.me@gmail.com>
master
ehlxr 2018-03-29 11:14:00 +08:00
parent 6b6871841f
commit 26eacaaab8
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ WORKDIR /hexo
COPY package.json package.json
RUN apk add --update --no-cache --virtual=build-dependencies git \
&& npm config set registry https://registry.npm.taobao.org \
&& npm install \
&& ln -s /hexo/node_modules/hexo-cli/bin/hexo /usr/local/bin/hexo \
&& ln -s /hexo/node_modules/gulp/bin/gulp.js /usr/local/bin/gulp \