mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
Switch to alpine base image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.11-slim-buster
|
||||
FROM python:3.11-alpine3.17
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user