remove logstash dockerfile chmod

main
ycz008 2024-02-28 14:44:15 +08:00
parent 0fffd68c39
commit 30e3dc258f
1 changed files with 1 additions and 2 deletions

View File

@ -2,5 +2,4 @@ FROM docker.elastic.co/logstash/logstash:7.16.3
COPY log-alert.sh /usr/local/bin/
RUN logstash-plugin install logstash-output-exec && \
chmod +x /usr/local/bin/log-alert.sh
RUN logstash-plugin install logstash-output-exec