This commit is contained in:
parent
9483ad3564
commit
1a5548b00e
@ -2,6 +2,8 @@ FROM rust:1-alpine as builder
|
|||||||
|
|
||||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
|
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
|
||||||
|
|
||||||
|
WORKDIR /home/rust/src
|
||||||
|
|
||||||
COPY Cargo.toml /home/rust/src/
|
COPY Cargo.toml /home/rust/src/
|
||||||
COPY Cargo.lock /home/rust/src/
|
COPY Cargo.lock /home/rust/src/
|
||||||
RUN mkdir /home/rust/src/src && \
|
RUN mkdir /home/rust/src/src && \
|
||||||
|
Loading…
Reference in New Issue
Block a user