This commit is contained in:
2026-01-06 13:24:29 +01:00
parent b0e7d6a40a
commit 46cb35e14e

View File

@@ -22,4 +22,4 @@ ENV PATH="/root/.cargo/bin:${PATH}"
WORKDIR /data
RUN git clone https://git.qosnet.it/icsboyx/bhs.git
CMD cargo build --release; cp ./target/release/black_hole_share /usr/local/bin/black_hole_share; black_hole_share;
CMD cargo build --release && cp ./target/release/black_hole_share /usr/local/bin/black_hole_share && black_hole_share;