Fix space with bold markdown

This commit is contained in:
Baohua Yang
2026-02-21 17:39:37 -08:00
parent 6aa7a51fef
commit 2ab40eacc0
64 changed files with 148 additions and 301 deletions

View File

@@ -58,9 +58,9 @@ COPY src/*.js /app/src/
COPY src/ /app/src/
```
> **注意**复制目录时复制的是目录的**内容**不包含目录本身
> **注意**复制目录时复制的是目录的 **内容**不包含目录本身
```
```bash
构建上下文: 镜像内:
src/ /app/src/
├── index.js → ├── index.js