From 07e6da3bd28ac39e87dccc491c728f9a8821f4fa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:12:41 +0100 Subject: [PATCH] Update Dockerfile --- elasticsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 05b15d902..0f1c4bf79 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -45,7 +45,7 @@ RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts ################## # Copy local files -COPY rootfs/ / +#COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \