mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 19:45:05 +08:00
Update Dockerfile
Co-authored-by: Markus Machatschek <markus.machatschek@hey.com>
This commit is contained in:
parent
5333edd1db
commit
94d8484581
@ -23,8 +23,10 @@ FROM debian:11.6
|
|||||||
ENV MEILI_HTTP_ADDR 0.0.0.0:7700
|
ENV MEILI_HTTP_ADDR 0.0.0.0:7700
|
||||||
ENV MEILI_SERVER_PROVIDER docker
|
ENV MEILI_SERVER_PROVIDER docker
|
||||||
|
|
||||||
RUN apt update -q \
|
RUN set -ex; \
|
||||||
&& apt install -q -y tini
|
apt-get update -q; \
|
||||||
|
apt-get install -q -y --no-install-recommends tini; \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# add meilisearch to the `/bin` so you can run it from anywhere and it's easy
|
# add meilisearch to the `/bin` so you can run it from anywhere and it's easy
|
||||||
# to find.
|
# to find.
|
||||||
|
Loading…
Reference in New Issue
Block a user