mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
Merge pull request #333 from tpayet/update-dockerfile
Add meilihttp_addr env variable in docker build
This commit is contained in:
@ -25,4 +25,5 @@ RUN apk add build-base
|
|||||||
|
|
||||||
COPY --from=compiler /meilisearch/target/release/meilidb-http .
|
COPY --from=compiler /meilisearch/target/release/meilidb-http .
|
||||||
|
|
||||||
|
ENV MEILI_HTTP_ADDR 0.0.0.0:8080
|
||||||
CMD ./meilidb-http
|
CMD ./meilidb-http
|
||||||
|
Reference in New Issue
Block a user