From fb825a0fca9e47f5bda1d6816c9238c0575145ea Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 15 Jun 2017 03:25:11 -0700 Subject: [PATCH] show startup output on stdout --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4a080cc..168648fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,7 +172,7 @@ RUN chmod +x /usr/local/bin/* EXPOSE 25 587 143 993 110 995 4190 -CMD /usr/local/bin/start-mailserver.sh > /var/log/container-startup.log +CMD /usr/local/bin/start-mailserver.sh | tee /var/log/container-startup.log ADD target/filebeat.yml.tmpl /etc/filebeat/filebeat.yml.tmpl