Compare commits

...

2 Commits

Author SHA1 Message Date
96e47681e7 Merge pull request '[fix]:[20251208][drone 增加前端工程的cicd 8]' (#46) from yinzy_dev into main
All checks were successful
continuous-integration/drone/tag Build is passing
Reviewed-on: #46
2025-12-08 17:47:23 +08:00
kale
2c06d69e45 [fix]:[20251208][drone 增加前端工程的cicd 8]
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-08 04:56:35 -05:00

View File

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