updated dockerfile

This commit is contained in:
jblu 2023-05-16 13:03:53 -05:00
parent b72bdeffd3
commit 27e2d4b35e

View File

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