Remove git clone command from Dockerfile

This commit is contained in:
2026-01-06 14:43:32 +01:00
parent 7faae610f9
commit abac91df4e

View File

@@ -21,5 +21,4 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
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;