Compare commits

..

2 Commits

Author SHA1 Message Date
a056cd5798 Merge pull request '[fix]:[20251208][drone 增加前端工程的cicd 7]' (#42) from yinzy_dev into main
Some checks failed
continuous-integration/drone/tag Build is failing
Reviewed-on: #42
2025-12-08 16:57:51 +08:00
kale
a74ae4d400 [fix]:[20251208][drone 增加前端工程的cicd 7]
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-08 04:07:51 -05:00

View File

@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com \
&& npm ci --no-audit --no-fund
# 复制源码并构建
COPY ../vue-ui .
COPY vue-ui .
RUN npm run build
# 运行阶段,使用独立 nginx 镜像