You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
昨天还可以直接运行~
然后我用的CMD:
docker run -ti --rm --volume="%cd%":/bot zixia/wechaty run demo
docker run -ti --rm --volume="%cd%":/bot zixia/wechaty tuling123-bot.ts
均正常,
今天更新系统之后,
docker run -ti --rm --volume="%cd%":/bot zixia/wechaty run demo
这个还是可以正常运行
然而docker run -ti --rm --volume="%cd%":/bot zixia/wechaty tuling123-bot.ts
会报错:
Starting Wechaty v0.13.34 with Node.js v8.9.1 ...
ERROR: can not found bot file: tuling123-bot.ts
The text was updated successfully, but these errors were encountered:
昨天还可以直接运行~
然后我用的CMD:
docker run -ti --rm --volume="%cd%":/bot zixia/wechaty run demo
docker run -ti --rm --volume="%cd%":/bot zixia/wechaty tuling123-bot.ts
均正常,
今天更新系统之后,
docker run -ti --rm --volume="%cd%":/bot zixia/wechaty run demo
这个还是可以正常运行
然而docker run -ti --rm --volume="%cd%":/bot zixia/wechaty tuling123-bot.ts
会报错:
Starting Wechaty v0.13.34 with Node.js v8.9.1 ...
ERROR: can not found bot file: tuling123-bot.ts
The text was updated successfully, but these errors were encountered: