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