Clean yarn cache after install in docker

pull/918/head
Chocobozzz 2018-08-09 19:34:39 +02:00
parent b04eabb2b0
commit e5095ca55a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ RUN yarn install --pure-lockfile \
&& npm run build \
&& rm -r ./node_modules ./client/node_modules \
&& yarn install --pure-lockfile --production
&& yarn cache clean
USER root