We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e416f7 commit 9a974b8Copy full SHA for 9a974b8
distribution/docker/src/docker/Dockerfile.default
@@ -72,7 +72,7 @@ RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1 && \\
72
chown 1000:1000 bin config config/jvm.options.d data logs plugins
73
74
# The distribution includes a `config` directory, no need to create it
75
-COPY config/elasticsearch.yml config/log4j2.properties config/
+COPY --chmod=664 config/elasticsearch.yml config/log4j2.properties config/
76
77
78
################################################################################
0 commit comments