From e5095ca55a9e3238d979fe3c6e0f246bba612c8e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Aug 2018 19:34:39 +0200 Subject: Clean yarn cache after install in docker --- support/docker/production/Dockerfile.stretch | 1 + 1 file changed, 1 insertion(+) (limited to 'support/docker/production') 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 \ && npm run build \ && rm -r ./node_modules ./client/node_modules \ && yarn install --pure-lockfile --production + && yarn cache clean USER root -- cgit v1.2.3