Add new content and update versions

This commit is contained in:
yeasy
2026-04-19 22:35:33 -07:00
parent 1d780f70c5
commit b3d1508310
18 changed files with 122 additions and 31 deletions
+5
View File
@@ -203,6 +203,11 @@ COPY --link --from=builder /app/dist /usr/share/nginx/html
- 并行化构建过程
- 加速多阶段构建
> **注意**使用 `--link` 需要满足以下条件
> - 启用 BuildKitDocker Engine 23.0+ 默认启用
> - Dockerfile 语法版本 1.4 或更高在首行声明 `# syntax=docker/dockerfile:1`
> - 目标路径在前序指令中应不存在或为空目录
---
### 7.2.9 dockerignore