Increase docker ARM build timeout

pull/4696/head
Chocobozzz 2021-12-28 08:42:11 +01:00
parent fafc7c3cbd
commit 134449b5ee
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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