Merge pull request #333 from tpayet/update-dockerfile

Add meilihttp_addr env variable in docker build
This commit is contained in:
Clément Renault 2019-11-25 16:41:52 +01:00 committed by GitHub
commit 93c7e700bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ RUN apk add build-base
COPY --from=compiler /meilisearch/target/release/meilidb-http .
ENV MEILI_HTTP_ADDR 0.0.0.0:8080
CMD ./meilidb-http