Skip to content

Commit

Permalink
docs: update custom builtin plugin document
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 11, 2024
1 parent 558bb35 commit 560183a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/advanced-usage/custom-builtin-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ When the editing is completed, save it and make sure the current directory is in
Execute the command to compile your own image

```bash
docker build . -t tailchat
docker build -t tailchat .
```

Where `.` represents the current directory, `-t tailchat` represents the compiled tag is `tailchat`, which can be read directly by the `docker-compose.yml` file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ vim client/web/src/plugin/builtin.ts
执行命令编译自己的镜像

```bash
docker build . -t tailchat
docker build -t tailchat .
```

其中 `.` 表示当前目录,`-t tailchat` 表示编译的标签是 `tailchat`, 这可以直接被 `docker-compose.yml` 文件读取
Expand Down

0 comments on commit 560183a

Please sign in to comment.