This commit is contained in:
2026-01-06 12:57:53 +01:00
parent 301f6d6202
commit 4ddf4656a1

View File

@@ -22,5 +22,4 @@ ENV PATH="/root/.cargo/bin:${PATH}"
WORKDIR /data WORKDIR /data
RUN git clone https://git.qosnet.it/icsboyx/bhs.git 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; CMD cargo build --release; cp ./target/release/black_hole_share /usr/local/bin/black_hole_share; black_hole_share;
ENTRYPOINT [ "black_hole_share" ]