Fixed tiny docker issue
parent
13b1bba127
commit
ad5bbc81be
|
@ -14,7 +14,7 @@ RUN apk update && \
|
|||
# Build the dependencies
|
||||
# This is done separately to reduce average compile time
|
||||
# Afterwards, we remove the dummy src directory
|
||||
COPY Cargo.toml Cargo.lock .
|
||||
COPY Cargo.toml Cargo.lock ./
|
||||
RUN cargo build --release && \
|
||||
rm src/*.rs
|
||||
|
||||
|
|
Loading…
Reference in New Issue