Fire a single ddns update

This commit is contained in:
Michael Mandl 2020-05-24 13:35:27 +02:00
parent 42801e5c6d
commit 67a5b82d9b
3 changed files with 51 additions and 7 deletions

View file

@ -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" ]