mirror of https://github.com/veops/cmdb.git
chore: update ui dockerfile
This commit is contained in:
parent
9a49636f63
commit
26266b2d6d
|
@ -7,7 +7,7 @@ COPY cmdb-ui /data/apps/cmdb-ui
|
||||||
|
|
||||||
WORKDIR /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
|
FROM nginx:alpine AS cmdb-ui
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue