From 27e2d4b35e168163d13365a08c76a938cee5ffaf Mon Sep 17 00:00:00 2001 From: jblu Date: Tue, 16 May 2023 13:03:53 -0500 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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