[SOGo] Add blue (default) and red theme

This commit is contained in:
André Peters
2018-02-22 09:20:46 +01:00
parent 7a850f91b5
commit bbbe52f560
4 changed files with 64 additions and 2 deletions

View File

@@ -42,7 +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 theme-blue.js /usr/lib/GNUstep/SOGo/WebServerResources/js/theme-blue.js
COPY theme-green.js /usr/lib/GNUstep/SOGo/WebServerResources/js/theme-green.js
COPY sogo-full.svg /usr/lib/GNUstep/SOGo/WebServerResources/img/sogo-full.svg
CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf