From c150d8005febbf42e3e083066d91a2dcdcfd75cf Mon Sep 17 00:00:00 2001 From: icsboyx Date: Tue, 6 Jan 2026 16:46:30 +0100 Subject: [PATCH] wip --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81b96ea..88b7e69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,9 @@ RUN pacman -Syu --noconfirm --needed \ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" -COPY src /opt/bhs/ -COPY Cargo.toml /opt/bhs/ -COPY Cargo.lock /opt/bhs/ +COPY src /opt/bhs/src +COPY Cargo.toml /opt/bhs/Cargo.toml +COPY Cargo.lock /opt/bhs/Cargo.lock WORKDIR /opt/bhs RUN ls -al ./