cfddns: add build/ subdir matching pattern of other custom-image apps
- README.md explains the image is built from the separate fork repo at git.alexzaw.dev/alexz/cloudflare-ddns, lists what's in the image, and documents how to rebuild + redeploy. - build.sh clones (or refreshes) /tmp/cfddns-build from the fork via SSH, runs docker build, and pushes to git.alexzaw.dev/alexz/cloudflare-ddns:latest. Supports IMAGE_NAME/IMAGE_TAG/SOURCE_REPO overrides and passes positional args through to docker build (e.g. --no-cache). - .gitignore for build artifacts.
This commit is contained in:
3
apps/cfddns/build/.gitignore
vendored
Normal file
3
apps/cfddns/build/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Anything Docker / build temp products created in this dir during a build.
|
||||
*.tar
|
||||
*.tar.gz
|
||||
Reference in New Issue
Block a user