From 05c6d630d1bb3c8c59bd4015b54bb1629f4c29da Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Sat, 19 Oct 2024 14:55:02 +0200 Subject: [PATCH] run binary within image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88a146e..1cf53d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,5 @@ WORKDIR /app RUN apk add --no-cache iperf3 COPY --from=builder /app/build /app/build - +RUN /app/build/main -h || echo ignore error CMD ["/app/build/main"]