aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/docker/production/Dockerfile.stretch1
1 files changed, 1 insertions, 0 deletions
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 \
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 62
62USER root 63USER root
63 64