mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Try to fix docker build
This commit is contained in:
@@ -21,10 +21,10 @@ WORKDIR /app
|
||||
|
||||
USER peertube
|
||||
|
||||
RUN yarn install --pure-lockfile --network-timeout 1200000 \
|
||||
RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \
|
||||
&& npm run build -- $NPM_RUN_BUILD_OPTS \
|
||||
&& rm -r ./node_modules ./client/node_modules \
|
||||
&& yarn install --pure-lockfile --production --network-timeout 1200000 \
|
||||
&& yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \
|
||||
&& yarn cache clean
|
||||
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user