mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
support for environmental substitution in config.json using python Template
refer comment in #35
This commit is contained in:
@@ -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}/../
|
||||
|
||||
Reference in New Issue
Block a user