Update Dockerfile

This commit is contained in:
Alexandre
2021-11-05 07:12:34 +01:00
committed by GitHub
parent 617f2d2b1a
commit 057b6f8ec4

View File

@@ -1,7 +1,9 @@
FROM elasticsearch:7.14.2
# Install plugins
#WORKDIR /data
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
VOLUME [ "/data" ]
### LABELS
ARG BUILD_ARCH