]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix dockerfile
authorChocobozzz <me@florianbigard.com>
Fri, 10 Aug 2018 08:37:16 +0000 (10:37 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 10 Aug 2018 08:37:16 +0000 (10:37 +0200)
support/docker/production/Dockerfile.stretch

index 370d17cff5f620a0c5c6d1004105bac9b46d19d7..911d064f6c26c04ae6d07a1439fadf9270ad255b 100644 (file)
@@ -57,7 +57,7 @@ USER peertube
 RUN yarn install --pure-lockfile \
     && npm run build \
     && rm -r ./node_modules ./client/node_modules \
-    && yarn install --pure-lockfile --production
+    && yarn install --pure-lockfile --production \
     && yarn cache clean
 
 USER root