jitsi-deployment/web/Dockerfile
2018-05-04 08:29:46 +02:00

16 lines
283 B
Docker

FROM jitsi/base
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y nginx-extras jitsi-meet-web && \
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