This commit is contained in:
2026-01-06 16:46:30 +01:00
parent 62eea535e4
commit c150d8005f

View File

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