Skip to content

Commit

Permalink
issue with timeout (only for arm though hmmm)
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Jul 13, 2020
1 parent ab2c23b commit c1da39a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile-Build
Expand Up @@ -9,7 +9,8 @@ ENV CI=true \
PUBLIC_URL=/ui

RUN apk add yarn=1.22.4-r0 && \
yarn install && \
yarn cache clean && \
yarn install --network-timeout 100000 && \
yarn test && \
yarn build

Expand Down

0 comments on commit c1da39a

Please sign in to comment.