WIP
This commit is contained in:
@@ -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" ]
|
|
||||||
Reference in New Issue
Block a user