Compare commits

..

No commits in common. "96e47681e7f4dee8121e8ce45e24aaa1aeef42cb" and "1990a9e9706318925dbf8350ba9726ef24fdd8f3" have entirely different histories.

View File

@ -15,7 +15,7 @@ COPY vue-ui/ .
# RUN npm run build
# 运行阶段,使用独立 nginx 镜像
FROM registry.cn-beijing.aliyuncs.com/yinzy/nginx:alpine-stable AS runtime
FROM registry.cn-beijing.aliyuncs.com/yinzy/nginx:latest AS runtime
# 清理默认页面
WORKDIR /usr/share/nginx/html