From 047475b04525d1e0ead7913771f372e3f4a1d0fe Mon Sep 17 00:00:00 2001 From: Alan Edwardes Date: Sun, 10 Sep 2023 20:18:34 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10ebec3..5502a29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 ARG TARGETPLATFORM -ADD build/$TARGETPLATFORM /opt/aedns +ADD build/${TARGETPLATFORM} /opt/aedns VOLUME ["/data"]