mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
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
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM ghcr.io/davegallant/rfd-notify:latest
|
||||
FROM ghcr.io/davegallant/rfd-notify:1
|
||||
|
||||
ENTRYPOINT ["/rfd-notify", "-c", "config.yaml"]
|
||||
ENTRYPOINT ["python", "cli.py", "-c", "config.yaml"]
|
||||
|
Reference in New Issue
Block a user