]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.stretch
Fix dockerfile
[github/Chocobozzz/PeerTube.git] / support / docker / production / Dockerfile.stretch
index 7367721f4b6c2e02a1edc5c365f5f2fbd95b5210..911d064f6c26c04ae6d07a1439fadf9270ad255b 100644 (file)
@@ -57,7 +57,8 @@ USER peertube
 RUN yarn install --pure-lockfile \
     && npm run build \
     && rm -r ./node_modules ./client/node_modules \
-    && yarn install --pure-lockfile --production
+    && yarn install --pure-lockfile --production \
+    && yarn cache clean
 
 USER root