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"]