Commit Graph
2 Commits
Author SHA1 Message Date
SkyJourneyandClaude Sonnet 4.6 bcd128b9de fix: 修复 CI 中 pnpm v9+ ERR_PNPM_IGNORED_BUILDS 构建失败
在 Dockerfile 构建阶段注入 onlyBuiltDependencies 白名单,
授权 @parcel/watcher / core-js / esbuild / vue-demi 运行安装脚本。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 15:35:24 +08:00
SkyJourneyandClaude Sonnet 4.6 a6afbcffeb 添加 CI/CD 构建配置与部署文件
- deploy/Dockerfile:多阶段构建,node:24-alpine(阿里镜像)构建
  dist,nginx:alpine 作为成品镜像;构建上下文为仓库根目录
- deploy/nginx.conf:Vue Router history 模式 SPA 配置,含 gzip
  压缩和 /assets/ 长期缓存
- deploy/compose.yaml:以 zhican-admin:latest 启动服务,对外暴露
  12801 端口
- .teamcity/pipeline.yaml:main 分支触发,build/deploy 独立 step

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 17:36:10 +08:00