From a65096a9bbe298c3c054f05e99322ef6fd4a02f3 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 26 Jul 2022 15:40:46 +0200 Subject: [PATCH] Klammern weg --- Dockerfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47afe0d..62e22b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,15 +17,15 @@ RUN (cp /etc/munin/apache24.conf /etc/apache2/sites-available/000-default.conf) && (chfn -f 'munin' root) \ && (/usr/sbin/a2enmod fcgid) -COPY (000-default.conf /etc/apache2/sites-available/000-default.conf) -COPY (logrotate-munin /etc/logrotate.d/munin) -COPY (munin.conf /etc/munin/munin.conf) -COPY (ssmtp.conf /etc/ssmtp/ssmtp.conf) -COPY (revaliases /etc/ssmtp/revaliases) -COPY (munin_mail.conf /etc/munin/munin-conf.d/munin_mail.conf) -COPY (slack_munin.sh /usr/local/bin/notify_slack_munin) -RUN (chmod +x /usr/local/bin/notify_slack_munin) -COPY (munin_slack.conf /etc/munin/munin-conf.d/munin_slack.conf) +COPY 000-default.conf /etc/apache2/sites-available/000-default.conf +COPY logrotate-munin /etc/logrotate.d/munin +COPY munin.conf /etc/munin/munin.conf +COPY ssmtp.conf /etc/ssmtp/ssmtp.conf +COPY revaliases /etc/ssmtp/revaliases +COPY munin_mail.conf /etc/munin/munin-conf.d/munin_mail.conf +COPY slack_munin.sh /usr/local/bin/notify_slack_munin +RUN chmod +x /usr/local/bin/notify_slack_munin +COPY munin_slack.conf /etc/munin/munin-conf.d/munin_slack.conf # copy launcher COPY run.sh /usr/local/bin/run