站点更新:2018-11-14 14:23:28
This commit is contained in:
parent
f2d743bbc6
commit
5e00a009d4
@ -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/hexo-cli/bin/hexo /usr/local/bin/hexo \
|
||||||
&& ln -s /hexo/node_modules/gulp/bin/gulp.js /usr/local/bin/gulp \
|
&& ln -s /hexo/node_modules/gulp/bin/gulp.js /usr/local/bin/gulp \
|
||||||
&& apk del build-dependencies \
|
&& apk del build-dependencies \
|
||||||
&& rm /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
|
&& rm -rf /tmp/* \
|
||||||
&& rm package*.json \
|
&& rm package*.json \
|
||||||
&& npm cache clean --force
|
&& npm cache clean --force
|
Loading…
Reference in New Issue
Block a user