diff --git a/Dockerfile b/Dockerfile index 4ab51ddef..322d5a68a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY Cargo.toml . COPY meilisearch-error/Cargo.toml meilisearch-error/ COPY meilisearch-http/Cargo.toml meilisearch-http/ +COPY meilisearch-lib/Cargo.toml meilisearch-lib/ ENV RUSTFLAGS="-C target-feature=-crt-static"