From 9456d3556ece4e5e1ea7ceca5782264721c20ef6 Mon Sep 17 00:00:00 2001 From: ssube Date: Mon, 6 Apr 2020 10:01:02 -0500 Subject: [PATCH] fix(build): binary path in dockerfile --- Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index d5b7a66..13757fe 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -1,5 +1,5 @@ FROM apextoaster/base:1.3-master -ADD ./home-dns /app/home-dns +COPY ./bin/home-dns-linux-amd64 /app/home-dns CMD /app/home-dns /app/config.yml