Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jedro <[email protected]>
  • Loading branch information
christianjedroCDT committed Nov 3, 2023
1 parent e5ca7ec commit 166f65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 166f65f

Please sign in to comment.