diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-09 19:34:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-09 19:34:39 +0200 |
commit | e5095ca55a9e3238d979fe3c6e0f246bba612c8e (patch) | |
tree | 9e9005c60799a782c3df5c1dbfc16cde17af77c3 | |
parent | b04eabb2b0ffe22fbd78245efdd9434860f3b9a1 (diff) | |
download | PeerTube-e5095ca55a9e3238d979fe3c6e0f246bba612c8e.tar.gz PeerTube-e5095ca55a9e3238d979fe3c6e0f246bba612c8e.tar.zst PeerTube-e5095ca55a9e3238d979fe3c6e0f246bba612c8e.zip |
Clean yarn cache after install in docker
-rw-r--r-- | support/docker/production/Dockerfile.stretch | 1 |
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 | ||
62 | USER root | 63 | USER root |
63 | 64 | ||