fix dockerfile

Signed-off-by: Chris Jedro <cj@cloudeteer.de>
This commit is contained in:
Chris Jedro
2023-11-03 11:21:14 +01:00
parent e5ca7ec03f
commit 166f65fe4d
+1 -1
View File
@@ -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