mirror of https://github.com/Chocobozzz/PeerTube
Increase docker ARM build timeout
parent
fafc7c3cbd
commit
134449b5ee
|
@ -21,10 +21,10 @@ WORKDIR /app
|
|||
|
||||
USER peertube
|
||||
|
||||
RUN yarn install --pure-lockfile --network-timeout 600000 \
|
||||
RUN yarn install --pure-lockfile --network-timeout 1200000 \
|
||||
&& npm run build -- $NPM_RUN_BUILD_OPTS \
|
||||
&& rm -r ./node_modules ./client/node_modules \
|
||||
&& yarn install --pure-lockfile --production --network-timeout 600000 \
|
||||
&& yarn install --pure-lockfile --production --network-timeout 1200000 \
|
||||
&& yarn cache clean
|
||||
|
||||
USER root
|
||||
|
|
Loading…
Reference in New Issue