web: add ability to customize interface_config.js

This commit is contained in:
Saúl Ibarra Corretgé
2018-05-04 08:29:46 +02:00
parent d2300d0bca
commit 50863f3ea2
4 changed files with 180 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ 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 /etc/nginx/conf.d/default.conf && \
rm -f /usr/share/jitsi-meet/interface_config.js
COPY rootfs/ /