Skip to content

Commit 71a6511

Browse files
authored
chore(docs): correct docker arg name for skipping ui build (#1086)
1 parent b4c139b commit 71a6511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Replace `TAG` with the desired tag name (e.g., `latest`).
224224
If you have already built the frontend outside the Docker container, you can skip the frontend build process inside the container to speed up the build. Use the following command:
225225

226226
```sh
227-
docker build --build-arg SKIP_FRONTEND_BUILD=true -t artalk:latest .
227+
docker build --build-arg SKIP_UI_BUILD=true -t artalk:latest .
228228
```
229229

230230
For more details, refer to the `Dockerfile`.

docs/docs/zh/develop/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ docker build -t artalk:TAG .
224224
如果你已经在 Docker 容器外部构建了前端,可以跳过容器内的前端构建过程以加快构建速度。使用以下命令:
225225

226226
```sh
227-
docker build --build-arg SKIP_FRONTEND_BUILD=true -t artalk:latest .
227+
docker build --build-arg SKIP_UI_BUILD=true -t artalk:latest .
228228
```
229229

230230
更多详细信息,请参考 `Dockerfile`

0 commit comments

Comments
 (0)