streamlined deploy

This commit is contained in:
Andreas Balogh
2022-01-24 21:06:11 +00:00
parent 95902543c6
commit ebf96981a8
4 changed files with 15 additions and 10 deletions

View File

@@ -7,15 +7,13 @@ EXPOSE 2003
EXPOSE 993
EXPOSE 8443
# build section
RUN apt update -y
RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y tzdata
# kopano
WORKDIR /root
COPY ./etc /etc
COPY dist/core-11.0.2.50.507cbae-Ubuntu_20.04-amd64.tar.gz .
COPY dist/webapp-6.0.0.57.1049268-Ubuntu_20.04-all.tar.gz .
COPY deploy-kopano.sh .
RUN ./deploy-kopano.sh
COPY service /etc/service
# https://documentation.kopano.io/kopanocore_administrator_manual/configure_kc_components.html#configure-kopano-dagent-for-delivery-via-unix-socket
# create run scripts in etc/service
# CMD ["/usr/sbin/kopano-server", "-F", "-c", "/etc/kopano/server.cfg"]