From 12ce51bf40c2601c065cac6a2a284b132a9c90c8 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 d93e9b62..be3cb85b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -154,7 +154,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