This commit is contained in:
Michael Grote 2022-08-06 20:31:25 +02:00
parent f09225a776
commit 8bb03fe930

View file

@ -41,7 +41,7 @@ RUN chmod +x /usr/local/bin/notify_slack_munin
COPY munin_slack.conf /etc/munin/munin-conf.d/munin_slack.conf COPY munin_slack.conf /etc/munin/munin-conf.d/munin_slack.conf
# copy launcher # copy launcher
ADD run.sh /usr/local/bin/run COPY run.sh /usr/local/bin/run
RUN chmod +x /usr/local/bin/run RUN chmod +x /usr/local/bin/run
# persist # persist