Don't copy Cargo.lock
This commit is contained in:
parent
042c2c24a4
commit
ac5f224c2d
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ FROM rust:1.69-alpine
|
|||
RUN mkdir webmention-filer
|
||||
COPY src webmention-filer/src
|
||||
COPY Cargo.toml webmention-filer/Cargo.toml
|
||||
COPY Cargo.lock webmention-filer/Cargo.lock
|
||||
|
||||
WORKDIR webmention-filer
|
||||
RUN cargo build --release
|
||||
|
|
Loading…
Reference in a new issue