chore: update ui dockerfile

This commit is contained in:
pycook 2024-06-24 21:40:38 +08:00
parent 9a49636f63
commit 26266b2d6d
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ COPY cmdb-ui /data/apps/cmdb-ui
WORKDIR /data/apps/cmdb-ui
RUN sed -i "s#http://127.0.0.1:5000##g" .env && yarn install --ignore-engines && yarn build
RUN sed -i "s#http://127.0.0.1:5000##g" .env && yarn install --ignore-engines --network-timeout 1000000 && yarn build
FROM nginx:alpine AS cmdb-ui