fix: update docker-compose V1 syntax to V2 and add release PDF workflow

Replace remaining docker-compose command references with docker compose (V2).
Add GitHub Actions workflow to auto-generate PDF via mdpress on release.
This commit is contained in:
Baohua Yang
2026-03-19 20:21:06 -07:00
parent af8b922517
commit 0648f63979
6 changed files with 59 additions and 10 deletions

View File

@@ -838,7 +838,7 @@ ENV PATH="/opt/venv/bin:$PATH"
WORKDIR /workspace
```
**docker-compose 用于 Dev Containers**
**Docker Compose 用于 Dev Containers**
```yaml
# .devcontainer/docker-compose.yml