docs: update custom builtin plugin document

pull/220/head
moonrailgun 1 year ago
parent 558bb35d70
commit 560183adef

@ -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

@ -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` 文件读取

Loading…
Cancel
Save