mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 14:38:56 -03:00
4 lines
157 B
Bash
Executable File
4 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
BASH_DIR=$(dirname $(realpath "${BASH_SOURCE}"))
|
|
docker build --platform linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest ${BASH_DIR}/../
|