Initial commit.

This commit is contained in:
yohan 2019-07-14 22:40:12 +02:00
commit c0cf4ed44a
2 changed files with 4 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM elasticsearch:6.8.0
MAINTAINER yohan <783b8c87@scimetis.net>
RUN bin/elasticsearch-plugin install --batch ingest-attachment

1
build Normal file
View File

@ -0,0 +1 @@
docker build -t elasticsearch .