Fix dockerfile

This commit is contained in:
Clémentine Urquizar 2021-04-21 11:00:04 +02:00
parent 09f13823f4
commit ce5e4743e6
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ COPY Cargo.lock .
COPY Cargo.toml .
COPY meilisearch-error/Cargo.toml meilisearch-error/
COPY meilisearch-http/Cargo.lock meilisearch-http/
COPY meilisearch-http/Cargo.toml meilisearch-http/
ENV RUSTFLAGS="-C target-feature=-crt-static"