MoshiCoCo / Apple-Monitor

Apple store inventory monitoring tool implemented in Java, supporting Bark, Feishu, Lark robot and other message push methods. Currently supports monitoring Apple stores in mainland China, Hong Kong, Macau, China Taiwan, Japan and other regions.
MIT License
416 stars 48 forks source link

Add Dockerfile #8

Closed sven0219 closed 1 year ago

sven0219 commented 1 year ago

感谢作者提供的程序,我添加了Dockerfile 以供倾向于使用 docker 运行的人参考

Build

git clone https://github.com/MoshiCoCo/Apple-Monitor.git && cd Apple-Monitor
docker build -t apple-monitor:0.0.6 .

Run

docker run -v /path/to/config.json:/app/config.json apple-monitor:0.0.6
MoshiCoCo commented 1 year ago

感谢pr,已经合并到主分支。❤️