Added docker-compose build steps to README.md

This commit is contained in:
timothymiller
2020-08-05 13:30:33 -04:00
parent 7e8791c879
commit 1e55144bf2
6 changed files with 61 additions and 14 deletions

View File

@@ -14,5 +14,4 @@ FROM dependencies AS release
# copy project file(s)
WORKDIR /
COPY cloudflare-ddns.py .
COPY config.json .
CMD ["python", "/cloudflare-ddns.py", "--repeat"]