mirror of https://github.com/Chocobozzz/PeerTube
Fix dockerfile
parent
e5095ca55a
commit
904a463c77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue