From 904a463c7792837f0a468a522a28448323e48593 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Aug 2018 10:37:16 +0200 Subject: [PATCH] Fix dockerfile --- support/docker/production/Dockerfile.stretch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docker/production/Dockerfile.stretch b/support/docker/production/Dockerfile.stretch index 370d17cff..911d064f6 100644 --- a/support/docker/production/Dockerfile.stretch +++ b/support/docker/production/Dockerfile.stretch @@ -57,7 +57,7 @@ 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