Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Albert 3276a9b6ed 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
2023-01-27 08:34:24 +01:00
2 changed files with 3196 additions and 2176 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ ARG REACT_APP_SERVER
WORKDIR /src
COPY . /src
RUN yarn --network-timeout 500000 add @mui/icons-material
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
+3195 -2174
View File
File diff suppressed because it is too large Load Diff