support for environmental substitution in config.json using python Template

refer comment in #35
This commit is contained in:
Arul
2022-11-13 21:37:44 +05:30
parent 7e6d74f1f6
commit a1fa3b9714
5 changed files with 23 additions and 7 deletions

View File

@@ -1,2 +1,3 @@
#!/bin/bash
docker build --platform linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest ../
BASH_DIR=$(dirname $(realpath "${BASH_SOURCE}"))
docker build --platform linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest ${BASH_DIR}/../