From a288859edb1f0b7d34eb182233f88b755e4423a4 Mon Sep 17 00:00:00 2001 From: icsboyx Date: Tue, 6 Jan 2026 16:35:15 +0100 Subject: [PATCH] Update WORKDIR in Dockerfile for consistency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 990f0a2..26db90a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN pacman -Syu --noconfirm --needed \ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" -WORKDIR /opt/black_hole_share +WORKDIR /opt/bhs RUN cargo build --release && cp ./target/release/black_hole_share /usr/local/bin/black_hole_share && black_hole_share; WORKDIR /data