Skip to content

Commit d5fc1eb

Browse files
committed
build: update dockerfile build
1 parent 5f5faa1 commit d5fc1eb

File tree

3 files changed

+298
-339
lines changed

3 files changed

+298
-339
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY tsconfig.json .
88

99
ARG REACT_APP_API_URL
1010

11-
RUN yarn install
11+
RUN yarn install --freeze-lockfile --network-timeout 3600000
1212

1313
COPY . .
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.1",
77
"@emotion/styled": "^11.11.0",
8-
"@mui/icons-material": "^5.14.13",
8+
"@mui/icons-material": "^5.14.14",
99
"@mui/material": "^5.14.14",
1010
"@mui/x-data-grid": "^6.16.2",
1111
"@reduxjs/toolkit": "^1.9.7",

0 commit comments

Comments
 (0)