From 6ac669f8c7819709d9981f9f1e4bcf6320f25c9e Mon Sep 17 00:00:00 2001 From: icsboyx Date: Tue, 13 Jan 2026 10:48:51 +0100 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f4ca90..0112500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY Cargo.lock /opt/bhs/Cargo.lock WORKDIR /opt/bhs RUN ls -al ./ -RUN cargo build --release +RUN cargo build --release RUN cp ./target/release/black_hole_share /usr/local/bin/black_hole_share WORKDIR /