FROM python:3.14-slim LABEL maintainer="Luke Tainton " WORKDIR /home COPY . . RUN pip install requests ENTRYPOINT ["python3", "/home/pushover.py"]