From 64c3b469ca94264627260c5de7677bc318729e92 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Sat, 19 Oct 2024 22:17:18 +0200 Subject: [PATCH] Remove blocking diag from Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d6638f..c3339d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,4 @@ COPY --from=builder /app/build /app/build RUN apk add --no-cache file RUN file /app/build/main -RUN /app/build/main -h || echo ignore error during run container - CMD ["/app/build/main"]