Finally fix SOGo race condition

This commit is contained in:
andryyy
2017-06-13 23:38:47 +02:00
parent 4a0a9cbf1f
commit 863a0e4d06
2 changed files with 21 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ RUN mkdir /usr/share/doc/sogo \
COPY ./reconf-domains.sh /
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY event-listener-ordered-startup.py /usr/local/bin/event-listener-ordered-startup.py
CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf