aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-03 11:34:05 +0100
committerChocobozzz <me@florianbigard.com>2022-01-03 14:20:56 +0100
commit8faa7d87a7c0f099e26030a94c7603a063b4ce98 (patch)
treece6baf6a4dc9fef20462c425897fdf98af213c81 /support/docker/production
parentb18a501a0ee898aeb2e34b92de61e682a1894547 (diff)
downloadPeerTube-8faa7d87a7c0f099e26030a94c7603a063b4ce98.tar.gz
PeerTube-8faa7d87a7c0f099e26030a94c7603a063b4ce98.tar.zst
PeerTube-8faa7d87a7c0f099e26030a94c7603a063b4ce98.zip
Remove angular cache in docker build
Diffstat (limited to 'support/docker/production')
-rw-r--r--support/docker/production/Dockerfile.bullseye2
1 files changed, 1 insertions, 1 deletions
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
23 23
24RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \ 24RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \
25 && npm run build -- $NPM_RUN_BUILD_OPTS \ 25 && npm run build -- $NPM_RUN_BUILD_OPTS \
26 && rm -r ./node_modules ./client/node_modules \ 26 && rm -r ./node_modules ./client/node_modules ./client/.angular \
27 && yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \ 27 && yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \
28 && yarn cache clean 28 && yarn cache clean
29 29