Skip to content

Commit

Permalink
set user after mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 23, 2021
1 parent f12d3eb commit b14116f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ RUN mkdir /licenses && \
cp LICENSE.txt /licenses/LICENSE
{{/ubi}}

USER kibana

ENTRYPOINT ["/bin/tini", "--"]

{{#cloud}}
Expand All @@ -170,3 +168,6 @@ RUN mkdir /app && \
{{^cloud}}
CMD ["/usr/local/bin/kibana-docker"]
{{/cloud}}


USER kibana

0 comments on commit b14116f

Please sign in to comment.