mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
e24749a640
commit
dd64af1f52
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ COPY --chown=1000:0 config/kibana.yml /usr/share/kibana/config/kibana.yml
|
|||
|
||||
# Add the launcher/wrapper script. It knows how to interpret environment
|
||||
# variables and translate them to Kibana CLI options.
|
||||
COPY --chown=1000:0 bin/kibana-docker /usr/local/bin/
|
||||
COPY bin/kibana-docker /usr/local/bin/
|
||||
|
||||
# Remove the suid bit everywhere to mitigate "Stack Clash"
|
||||
RUN find / -xdev -perm -4000 -exec chmod u-s {} +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue