站点更新:2018-11-14 14:23:28

master
ehlxr 2018-11-14 14:23:28 +08:00
parent f2d743bbc6
commit 5e00a009d4
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ RUN apk add --update --no-cache --virtual=build-dependencies git \
&& 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 \
&& apk del build-dependencies \
&& rm /var/cache/apk/* \
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/* \
&& rm package*.json \
&& npm cache clean --force