aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-09 19:34:39 +0200
committerChocobozzz <me@florianbigard.com>2018-08-09 19:34:39 +0200
commite5095ca55a9e3238d979fe3c6e0f246bba612c8e (patch)
tree9e9005c60799a782c3df5c1dbfc16cde17af77c3 /support/docker
parentb04eabb2b0ffe22fbd78245efdd9434860f3b9a1 (diff)
downloadPeerTube-e5095ca55a9e3238d979fe3c6e0f246bba612c8e.tar.gz
PeerTube-e5095ca55a9e3238d979fe3c6e0f246bba612c8e.tar.zst
PeerTube-e5095ca55a9e3238d979fe3c6e0f246bba612c8e.zip
Clean yarn cache after install in docker
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/Dockerfile.stretch1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/Dockerfile.stretch b/support/docker/production/Dockerfile.stretch
index 7367721f4..370d17cff 100644
--- a/support/docker/production/Dockerfile.stretch
+++ b/support/docker/production/Dockerfile.stretch
@@ -58,6 +58,7 @@ RUN yarn install --pure-lockfile \
58 && npm run build \ 58 && npm run build \
59 && rm -r ./node_modules ./client/node_modules \ 59 && rm -r ./node_modules ./client/node_modules \
60 && yarn install --pure-lockfile --production 60 && yarn install --pure-lockfile --production
61 && yarn cache clean
61 62
62USER root 63USER root
63 64