jitsi-deployment/web/Dockerfile
2019-07-08 20:32:40 +02:00

16 lines
379 B
Docker

FROM jitsi/base
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y cron nginx-extras jitsi-meet-web && \
apt-dpkg-wrap apt-get install -y -t stretch-backports certbot && \
apt-cleanup && \
rm -f /etc/nginx/conf.d/default.conf && \
rm -f /usr/share/jitsi-meet/interface_config.js
COPY rootfs/ /
EXPOSE 80 443
VOLUME ["/config", "/etc/letsencrypt"]