From 637bb11fdded0bddfdf1b343322ff42737988922 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 23 Nov 2022 18:41:59 +0100 Subject: [PATCH] Switch to entrypoint --- tools/bandwhich/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bandwhich/Dockerfile b/tools/bandwhich/Dockerfile index 2cdbfe9..04a16f4 100644 --- a/tools/bandwhich/Dockerfile +++ b/tools/bandwhich/Dockerfile @@ -19,4 +19,4 @@ FROM base AS release # Copy build-target COPY --from=build /build/target/release/bandwhich . -CMD ["./bandwhich"] +ENTRYPOINT ["./bandwhich"]