refactor: update CI workflow and Dockerfile for improved build process

This commit is contained in:
2026-01-09 21:25:23 +01:00
parent d6c465466a
commit 70d7b08b7d
2 changed files with 147 additions and 47 deletions

View File

@@ -29,5 +29,5 @@ RUN ls -al ./
RUN cargo build --release
RUN cp ./target/release/black_hole_share /usr/local/bin/black_hole_share
WORKDIR /data
WORKDIR /
CMD [ "black_hole_share" ]