From f13cc64122c51f9eb0298d3f8a81c47c5af86ba7 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Fri, 1 Oct 2021 17:57:08 +0200 Subject: [PATCH] Dockerfile testing code added --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c86b479..79417d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,6 @@ RUN set -ex; \ COPY supervisord.conf /etc/supervisord.conf +echo "This error is for testing drone runner mail notification" + CMD ["supervisord", "-c", "/etc/supervisord.conf"] \ No newline at end of file