show startup output on stdout
This commit is contained in:
parent
d1e695d815
commit
fb825a0fca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue