1
0
Fork 0

Fix dockerfile

This commit is contained in:
Chocobozzz 2018-08-10 10:37:16 +02:00
parent e5095ca55a
commit 904a463c77
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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