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 ./