Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
updated permissions on filebeat dir
  • Loading branch information
and-lucas-kelly authored Sep 13, 2021
1 parent 8f64135 commit 32a581f
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 @@ -103,6 +103,8 @@ RUN curl https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${FILEBE
mv filebeat-${FILEBEAT_VERSION}-linux-x86_64 /filebeat && \
rm -f /filebeat/filebeat.yml

RUN chmod -R 777 /filebeat

USER appuser

# Copy our local filebeat config to the installation
Expand Down

0 comments on commit 32a581f

Please sign in to comment.