mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Update Dockerfile
Co-authored-by: Markus Machatschek <markus.machatschek@hey.com>
This commit is contained in:
parent
5333edd1db
commit
94d8484581
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,10 @@ FROM debian:11.6
|
|||
ENV MEILI_HTTP_ADDR 0.0.0.0:7700
|
||||
ENV MEILI_SERVER_PROVIDER docker
|
||||
|
||||
RUN apt update -q \
|
||||
&& apt install -q -y tini
|
||||
RUN set -ex; \
|
||||
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
|
||||
# to find.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue