From 8faa7d87a7c0f099e26030a94c7603a063b4ce98 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Jan 2022 11:34:05 +0100 Subject: Remove angular cache in docker build --- support/docker/production/Dockerfile.bullseye | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/docker') diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index 6cb1a4e5f..eacf6aca1 100644 --- a/support/docker/production/Dockerfile.bullseye +++ b/support/docker/production/Dockerfile.bullseye @@ -23,7 +23,7 @@ USER peertube RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \ && npm run build -- $NPM_RUN_BUILD_OPTS \ - && rm -r ./node_modules ./client/node_modules \ + && rm -r ./node_modules ./client/node_modules ./client/.angular \ && yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \ && yarn cache clean -- cgit v1.2.3