mirror of https://github.com/Chocobozzz/PeerTube
Clean yarn cache after install in docker
parent
b04eabb2b0
commit
e5095ca55a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue