docker: expose port 9980 in Dockerfile (useful for inter-container communication)

Change-Id: I9596dfe4909a904d458ed054d71ab4fea45adebe
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88434
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Andras Timar 2020-02-11 10:32:47 +01:00
parent ef48e44c0e
commit ef37f40665

View file

@ -35,4 +35,5 @@ RUN chown lool: /opt/lool/child-roots
RUN loolwsd-systemplate-setup /opt/lool/systemplate /opt/libreoffice >/dev/null 2>&1
RUN touch /var/log/loolwsd.log
RUN chown lool /var/log/loolwsd.log
EXPOSE 9980
CMD bash /run-lool.sh