From 21c6ad72192de55fcc82e764f506d77f13756556 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 22 Oct 2015 19:53:00 +0200 Subject: [PATCH] Explicitly pass config to supervisord to silence warnings --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index de6792e..7bbeffa 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -95,4 +95,4 @@ VOLUME ["/vmail"] EXPOSE 25 143 587 4190 -CMD /boot && exec /usr/bin/supervisord -n +CMD /boot && exec /usr/bin/supervisord -n -c /etc/supervisord.conf