]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.stretch
(docker) search and import settings env variables (#1210)
[github/Chocobozzz/PeerTube.git] / 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