mirror of
https://github.com/kevin-DL/qovery-meilisearch-sample.git
synced 2026-01-11 19:04:30 +00:00
Update Dockerfile
Added arguments to specify the master key and the environment
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
FROM getmeili/meilisearch
|
FROM getmeili/meilisearch
|
||||||
|
ARG MEILISEARCH_ENVIRONMENT
|
||||||
|
ARG MEILISEARCH_MASTER_KEY
|
||||||
|
|
||||||
|
ENV MEILISEARCH_ENVIRONMENT=${MEILISEARCH_ENVIRONMENT}
|
||||||
|
ENV MEILISEARCH_MASTER_KEY=${MEILISEARCH_MASTER_KEY}
|
||||||
|
|
||||||
EXPOSE 7700
|
EXPOSE 7700
|
||||||
Reference in New Issue
Block a user