v2.1 添加docker部署
This commit is contained in:
parent
fba9d342a1
commit
87b6d2f061
@ -49,13 +49,17 @@ go run main.go
|
||||
```
|
||||
docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" wechatgpt:latest
|
||||
```
|
||||
微信登陆的地址请查看运行日志
|
||||
|
||||
|
||||
|
||||
如果只想运行微信智能机器人的话运行下面这段代码
|
||||
|
||||
```
|
||||
docker run --name wechatgpt -e apiKey="你的chatgpt apiKey" wechatgpt:latest
|
||||
docker run -d --name wechatgpt -e apiKey="你的chatgpt apiKey" wechatgpt:latest
|
||||
|
||||
```
|
||||
微信登陆的地址请查看运行日志
|
||||
|
||||
### 微信
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user