diff --git a/Dockerfile b/Dockerfile index f400d5d..ef7b0bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:alpine3.18 WORKDIR / -COPY apprise-client.py opt +ADD https://git.jbranan.com/jblu/apprise-client/raw/branch/main/apprise-client.py opt ENV toml_path='' RUN pip install requests CMD [ "python", "opt/apprise-client.py" ] \ No newline at end of file