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