wip
This commit is contained in:
@@ -25,6 +25,7 @@ COPY Cargo.toml /opt/bhs/
|
||||
COPY Cargo.lock /opt/bhs/
|
||||
|
||||
WORKDIR /opt/bhs
|
||||
RUN ls -al ./
|
||||
RUN cargo build --release && cp ./target/release/black_hole_share /usr/local/bin/black_hole_share && black_hole_share;
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
Reference in New Issue
Block a user