Docker + crontab backwards compatibility

This commit is contained in:
timothymiller
2020-08-05 03:40:45 -04:00
parent df6b8a381a
commit de9cf97708
3 changed files with 16 additions and 4 deletions

View File

@@ -15,4 +15,4 @@ FROM dependencies AS release
WORKDIR /
COPY cloudflare-ddns.py .
COPY config.json .
CMD ["python", "/cloudflare-ddns.py"]
CMD ["python", "/cloudflare-ddns.py", "--repeat"]