Update Dockerfile following the refactor

This commit is contained in:
Clémentine Urquizar 2021-09-29 18:54:14 +02:00
parent 5fad37aebd
commit 535442179e
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 1 additions and 0 deletions

View File

@ -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"