diff --git a/Dockerfile b/Dockerfile index 8f4ca90..0112500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY Cargo.lock /opt/bhs/Cargo.lock WORKDIR /opt/bhs RUN ls -al ./ -RUN cargo build --release +RUN cargo build --release RUN cp ./target/release/black_hole_share /usr/local/bin/black_hole_share WORKDIR /