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 43db9bc commit 5e416f7Copy full SHA for 5e416f7
distribution/docker/src/docker/Dockerfile.default
@@ -54,7 +54,7 @@ RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1 && \\
54
# Reset permissions on all directories
55
find . -type d -exec chmod 0555 {} + && \\
56
# keep default elasticsearch log4j config
57
- mv config/log4j2.properties config/log4j2.file.properties \\
+ mv config/log4j2.properties config/log4j2.file.properties && \\
58
# Reset permissions on all files
59
find . -type f -exec chmod 0444 {} + && \\
60
# Make CLI tools executable
0 commit comments