Compare commits

...

3 Commits

Author SHA1 Message Date
Michael Albert dd71a08fe9 Preinstall icons-material to avoid timeout
Change-Id: Ie4b5fa3a923cac19a3f2eeae5f6c06245d0b8cc2
2023-01-25 12:05:56 +01:00
Michael Albert 137a5828df Raise yarn install timeout limit to avoid build errors
@mui/icons-material needs much time to install and raises the overall yarn install time to about 150 seconds

Change-Id: Ibe9808554c97d0991a336d3c7588502af8505a3f
2023-01-25 09:13:44 +01:00
Michael Albert c6ed88176d Update yarn.lock
Change-Id: I0af3f9b98bf4ea2c7d016c650fa4b28567a414be
2023-01-24 22:22:11 +01:00
2 changed files with 2162 additions and 3182 deletions
+1
View File
@@ -7,6 +7,7 @@ ARG REACT_APP_SERVER
WORKDIR /src WORKDIR /src
COPY . /src COPY . /src
RUN yarn --network-timeout 500000 add @mui/icons-material
RUN yarn --network-timeout=100000 install RUN yarn --network-timeout=100000 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
+2160 -3181
View File
File diff suppressed because it is too large Load Diff