added docker build file
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:alpine3.18
|
||||
WORKDIR /
|
||||
COPY apprise-client.py opt
|
||||
ENV toml_path=''
|
||||
RUN pip install requests
|
||||
CMD [ "python", "opt/apprise-client.py" ]
|
Reference in New Issue
Block a user