Polish Docker workflow formatting

This commit is contained in:
yeasy
2026-03-16 00:32:49 -07:00
parent 5840c160f1
commit b5830eb690
44 changed files with 107 additions and 121 deletions

View File

@@ -84,7 +84,7 @@ COPY app[0-9].js /app/ # app0.js ~ app9.js
COPY app.js /usr/src/app/
```
#### 相对路径 (基于 WORKDIR)
#### 相对路径基于 WORKDIR
```docker
WORKDIR /app