1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-04 13:43:22 +00:00
This commit is contained in:
andryyy
2016-12-14 15:53:00 +01:00
parent 583cf67f86
commit 2aca3e0d30
2 changed files with 14 additions and 2 deletions
+4 -2
View File
@@ -10,11 +10,13 @@ RUN apt-get update \
&& apt-get update \
&& apt-get -y --force-yes install sogo sogo-activesync
ADD gnustep_defaults.sh /tmp/gnustep_defaults.sh
RUN chmod +x /tmp/gnustep_defaults.sh && /tmp/gnustep_defaults.sh
USER sogo
COPY ./docker-entrypoint.sh /
USER sogo
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/sogod"]
EXPOSE 20000