wip
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user