mirror of
https://github.com/davegallant/rfd-notify.git
synced 2026-03-03 09:36:36 +00:00
Update Dockerfile (#435)
This commit is contained in:
@@ -13,7 +13,7 @@ This was originally written before [alerts](https://www.redflagdeals.com/alerts/
|
||||
The simplest way to get started is to clone this repo, and run with docker:
|
||||
|
||||
```sh
|
||||
docker run -it -v "$(pwd)/examples/config.yml:/app/config.yml" ghcr.io/davegallant/rfd-notify:2
|
||||
docker run --rm -v "$(pwd)/examples/config.yml:/app/config.yml" $(docker build -q -t rfd-notify .)
|
||||
```
|
||||
|
||||
To run the code with [poetry](https://python-poetry.org/), clone this repo and run the following:
|
||||
|
||||
Reference in New Issue
Block a user