diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/Dockerfile.stretch | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
57 | RUN yarn install --pure-lockfile \ | 57 | 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 | && yarn cache clean |
62 | 62 | ||
63 | USER root | 63 | USER root |