10 lines
128 B
Docker
10 lines
128 B
Docker
FROM getmeili/meilisearch:v1.11.3
|
|
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
CMD [ "/entrypoint.sh" ]
|
|
|
|
|