wechat-bot icon indicating copy to clipboard operation
wechat-bot copied to clipboard

fix #1. Add Dockerfile to run with Docke

Open blogbin opened this issue 2 years ago • 0 comments

Build and run:

$ docker build . -t wechat-bot

$ docker run -d --rm --name wechat-bot -v $(pwd)/config.js:/app/config.js -v $(pwd)/.env:/app/.env wechat-bot

blogbin avatar Dec 12 '22 11:12 blogbin