Rename MeiliDB into MeiliSearch

This commit is contained in:
Clément Renault
2019-11-26 11:06:55 +01:00
parent 58eaf78dc4
commit 7cc096e0a2
94 changed files with 126 additions and 126 deletions

View File

@ -23,7 +23,7 @@ RUN apk update --quiet
RUN apk add libressl
RUN apk add build-base
COPY --from=compiler /meilisearch/target/release/meilidb-http .
COPY --from=compiler /meilisearch/target/release/meilisearch-http .
ENV MEILI_HTTP_ADDR 0.0.0.0:8080
CMD ./meilidb-http
CMD ./meilisearch-http