Skip to content

Commit

Permalink
[build] Dockerfile update (#115237) (#115284)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>

Co-authored-by: Tyler Smalley <[email protected]>
  • Loading branch information
kibanamachine and Tyler Smalley authored Oct 16, 2021
1 parent 0ba5189 commit 913b99f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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/

# Ensure gid 0 write permissions for OpenShift.
RUN chmod g+ws /usr/share/kibana && \
Expand Down

0 comments on commit 913b99f

Please sign in to comment.