chore: update Dockerfile-UI

This commit is contained in:
pycook 2024-06-20 13:20:42 +08:00
parent e660c901ce
commit adac2129fc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ WORKDIR /data/apps/cmdb-ui
RUN sed -i "s#http://127.0.0.1:5000##g" .env && yarn install --ignore-engines && yarn build
FROM nginx:1.21.4 AS cmdb-ui
FROM nginx:alpine AS cmdb-ui
RUN mkdir /etc/nginx/html && rm -f /etc/nginx/conf.d/default.conf