update at 2019-12-20 18:08:08 by ehlxr

master
ehlxr 2019-12-20 18:08:08 +08:00
parent 863aa717f1
commit 42b5806e44
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ RUN apk add --update --no-cache --virtual=build-dependencies git yarn \
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/* \
&& rm package*.json \
&& npm cache clean --force
# && npm cache clean --force
&& yarn cache clean