Switch to alpine base image

This commit is contained in:
Dave Gallant
2023-02-26 22:23:45 -05:00
parent d575a9dfc6
commit 7266be0dc0
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,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:1
docker run -it -v "$(pwd)/examples/config.yml:/app/config.yml" ghcr.io/davegallant/rfd-notify:1
```
To run the code with [poetry](https://python-poetry.org/), clone this repo and run the following: