mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Merge pull request #333 from tpayet/update-dockerfile
Add meilihttp_addr env variable in docker build
This commit is contained in:
commit
93c7e700bc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue