forked from Mirroring/github-release-notifier
Dockerfile & docker compose
Adapt configuration for tests purposes Justfile to simplificate flow
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.10-alpine3.18
|
||||
|
||||
RUN pip install requests
|
||||
WORKDIR /app
|
||||
COPY notifier.py template.html /app/
|
||||
|
||||
# TODO Dev purporse
|
||||
COPY conf.ini /app/conf.ini
|
||||
|
||||
ENTRYPOINT ["python3", "/app/notifier.py"]
|
||||
Reference in New Issue
Block a user