mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 08:45:40 +03:00
Increase yarn timeout (#25377)
This commit is contained in:
parent
88c5395349
commit
122d4d3503
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ WORKDIR /src
|
|||
|
||||
COPY . /src
|
||||
RUN dos2unix /src/scripts/docker-link-repos.sh && bash /src/scripts/docker-link-repos.sh
|
||||
RUN yarn --network-timeout=100000 install
|
||||
RUN yarn --network-timeout=200000 install
|
||||
|
||||
RUN dos2unix /src/scripts/docker-package.sh && bash /src/scripts/docker-package.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue