Raise yarn install timeout limit to avoid build errors
@mui/icons-material needs much time to install, raises the overall yarn install time and causes a timeout error Change-Id: I0327c6e0523528fb08da7e4b993fb53e9e070305
This commit is contained in:
parent
b3a611e7ad
commit
3276a9b6ed
@ -7,7 +7,7 @@ ARG REACT_APP_SERVER
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN yarn --network-timeout=100000 install
|
RUN yarn --network-timeout=300000 install
|
||||||
RUN PUBLIC_URL=$PUBLIC_URL REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
RUN PUBLIC_URL=$PUBLIC_URL REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user