updated to take environment files

This commit is contained in:
2023-05-16 17:22:26 -05:00
parent 27e2d4b35e
commit fe6c77830b
2 changed files with 30 additions and 11 deletions

View File

@ -1,6 +1,6 @@
FROM python:alpine3.18
WORKDIR /
ADD https://git.jbranan.com/jblu/apprise-client/raw/branch/main/apprise-client.py opt
ENV toml_path=''
ENV DOCKER=true
RUN pip install requests
CMD [ "python", "opt/apprise-client.py" ]