diff --git a/build-docker-image.sh b/docker-build.sh similarity index 100% rename from build-docker-image.sh rename to docker-build.sh diff --git a/publish-docker-image.sh b/docker-publish.sh similarity index 100% rename from publish-docker-image.sh rename to docker-publish.sh diff --git a/docker-run.sh b/docker-run.sh new file mode 100755 index 0000000..9b540b5 --- /dev/null +++ b/docker-run.sh @@ -0,0 +1 @@ +docker run timothyjmiller/cloudflare-ddns:latest \ No newline at end of file