Initial
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:3.11-slim
|
||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||
WORKDIR /home
|
||||
COPY . .
|
||||
RUN pip install requests
|
||||
ENTRYPOINT ["python3", "/home/pushover.py"]
|
Reference in New Issue
Block a user