Fire a single ddns update
This commit is contained in:
parent
42801e5c6d
commit
67a5b82d9b
3 changed files with 51 additions and 7 deletions
|
@ -3,4 +3,5 @@ RUN pip install --no-cache-dir --upgrade pip
|
|||
|
||||
WORKDIR /app
|
||||
COPY src/ ./
|
||||
RUN pip install --no-cache-dir --requirement requirements.txt
|
||||
CMD [ "python", "ddns_update.py" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue