From 6ad03e3bf1544da0b3fa35bc1735147ac778d3b3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 1 Oct 2015 15:58:04 +0200 Subject: [PATCH] dovecot: use CMD instead of ENTRYPOINT --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index f9578f8..bfa7ded 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -90,4 +90,4 @@ VOLUME ["/vmail"] EXPOSE 25 143 587 4190 -ENTRYPOINT /boot; /usr/bin/supervisord -n +CMD /boot; /usr/bin/supervisord -n