Polish Docker workflow formatting

This commit is contained in:
yeasy
2026-03-16 00:32:49 -07:00
parent d0c98e4791
commit b9c63a5133
44 changed files with 107 additions and 121 deletions
+1 -1
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