🔨 refactor(): hexo-base
hexo base Signed-off-by: ehlxr <ehlxr.me@gmail.com>
This commit is contained in:
parent
6b6871841f
commit
26eacaaab8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user