remove logstash dockerfile chmod
parent
0fffd68c39
commit
30e3dc258f
|
@ -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
|
Loading…
Reference in New Issue