updated dockerfile
This commit is contained in:
parent
b72bdeffd3
commit
27e2d4b35e
@ -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" ]
|
Loading…
x
Reference in New Issue
Block a user