aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/docker/elasticsearch/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/docker/elasticsearch/Dockerfile')
-rw-r--r--src/main/docker/elasticsearch/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/docker/elasticsearch/Dockerfile b/src/main/docker/elasticsearch/Dockerfile
index 2c932c8e..41252be1 100644
--- a/src/main/docker/elasticsearch/Dockerfile
+++ b/src/main/docker/elasticsearch/Dockerfile
@@ -6,6 +6,7 @@ COPY config/ config/
COPY bin/ bin/
#RUN chmod +x bin/init_sg.sh
COPY my-entrypoint.sh /usr/local/bin/my-entrypoint.sh
+RUN chmod a+x /usr/local/bin/my-entrypoint.sh
# Search Guard plugin
RUN elasticsearch-plugin install --batch com.floragunn:search-guard-6:6.6.2-25.1 \
&& chmod +x plugins/search-guard-6/tools/*.sh \