From 166f65fe4db79b696a902dad1a0bdf172326371d Mon Sep 17 00:00:00 2001 From: Chris Jedro Date: Fri, 3 Nov 2023 10:55:58 +0100 Subject: [PATCH] fix dockerfile Signed-off-by: Chris Jedro --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d24b86..8f28b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ FROM mcr.microsoft.com/windows/nanoserver:$NANOSERVER_VERSION AS windows COPY --from=builder /w/bin/goldpinger /goldpinger.exe COPY ./static /static COPY ./config /config -ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"] +ENTRYPOINT ["/goldpinger.exe", "--static-file-path=/static"] # For vendor builds, use the simple build and add the vendor'd files FROM simple as vendor