Skip to content

Commit

Permalink
fix Dockerfile permission
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericBallot committed Nov 6, 2018
1 parent df182e5 commit e928766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ RUN set -x \
&& sed -ri "s!^(\#\s*)?(elasticsearch\.url:).*!\2 'http://elasticsearch:9200'!" /etc/kibana/kibana.yml \
&& grep -q "^elasticsearch\.url: 'http://elasticsearch:9200'\$" /etc/kibana/kibana.yml

RUN chown -R kibana:kibana /usr/share/kibana

ENV PATH /usr/share/kibana/bin:$PATH

COPY docker-entrypoint.sh /
Expand Down

0 comments on commit e928766

Please sign in to comment.