aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-10 10:37:16 +0200
committerChocobozzz <me@florianbigard.com>2018-08-10 10:37:16 +0200
commit904a463c7792837f0a468a522a28448323e48593 (patch)
tree3f88fd6b53a13d77f1cec027683b68f9e9032eef /support/docker
parente5095ca55a9e3238d979fe3c6e0f246bba612c8e (diff)
downloadPeerTube-904a463c7792837f0a468a522a28448323e48593.tar.gz
PeerTube-904a463c7792837f0a468a522a28448323e48593.tar.zst
PeerTube-904a463c7792837f0a468a522a28448323e48593.zip
Fix dockerfile
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/Dockerfile.stretch2
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
57RUN yarn install --pure-lockfile \ 57RUN 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
63USER root 63USER root