修改ci文件

This commit is contained in:
2023-04-23 14:56:03 +08:00
parent 3fb7e16c4e
commit 4f13d0f419
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ COPY . .
RUN yarn && yarn build
FROM nginx:alpine
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"
LABEL MAINTAINER="1711788888@qq.com"
COPY .docker-compose/nginx/conf.d/my.conf /etc/nginx/conf.d/my.conf
COPY --from=0 /gva_web/dist /usr/share/nginx/html