[SOGo] Use indigo theme, copy logo and theme.js to image

This commit is contained in:
André Peters
2018-02-19 12:56:45 +01:00
parent 39f289fc3c
commit ff3328ea8c
6 changed files with 113 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ RUN mkdir /usr/share/doc/sogo \
COPY ./bootstrap-sogo.sh /
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY theme.js /usr/lib/GNUstep/SOGo/WebServerResources/js/theme.js
COPY sogo-full.svg /usr/lib/GNUstep/SOGo/WebServerResources/img/sogo-full.svg
CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf