Update Dockerfile (#435)

This commit is contained in:
2026-01-18 08:40:38 -05:00
committed by GitHub
parent 2608a4e8db
commit 4d151aeb0c
2 changed files with 10 additions and 11 deletions

View File

@@ -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: