Files
rfd-notify/github-action/Dockerfile
Dave Gallant 9ba64a3de5 Migrate to python (#265)
* Add initial python migration

* Add pylint

* Add pre-commit

* Add Dockerfile

* Add expression matching

* Use shelve to store previous matches

* Add notifications

* Calculate post age

* Update README.md
2023-02-20 23:23:29 -05:00

4 lines
92 B
Docker

FROM ghcr.io/davegallant/rfd-notify:1
ENTRYPOINT ["python", "cli.py", "-c", "config.yaml"]