Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
869413421 committed Dec 11, 2022
2 parents afec292 + df47621 commit 0640a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ tail -f -n 50 /app/run.log
cp config.dev.json config.json # 其中 config.dev.json 从项目的根目录获取

# 运行项目
docker run -itd --name wechatbot -v ./config.json:/app/config.json docker.mirrors.sjtug.sjtu.edu.cn/qingshui869413421/wechatbot:latest
docker run -itd --name wechatbot -v `pwd`/config.json:/app/config.json docker.mirrors.sjtug.sjtu.edu.cn/qingshui869413421/wechatbot:latest

# 查看二维码
$ docker exec -it wechatbot bash
Expand Down

0 comments on commit 0640a26

Please sign in to comment.