From 65d8c44ec3db90da98b27db05a0aaace85c49d69 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Wed, 16 Dec 2020 21:52:30 -0500 Subject: [PATCH] Update docker-build.sh --- docker-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-build.sh b/docker-build.sh index 358e3bd..73e1594 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -1 +1,2 @@ -docker build --platform linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest . \ No newline at end of file +#!/bin/bash +docker build --platform linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest .