Compare commits
3 Commits
master
...
fix_docker
Author | SHA1 | Date | |
---|---|---|---|
|
dd71a08fe9 | ||
|
137a5828df | ||
|
c6ed88176d |
@ -7,6 +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 PUBLIC_URL=$PUBLIC_URL REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user