web: nginx ws-colibri proxy regex updates (#1645)

This commit is contained in:
Aaron van Meerten
2023-11-17 14:32:05 -06:00
committed by GitHub
parent 54d3aca2bf
commit 825730d659
4 changed files with 26 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt
COPY rootfs/ /
RUN apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y cron nginx-extras jitsi-meet-web socat curl jq && \
apt-dpkg-wrap apt-get install -y dnsutils cron nginx-extras jitsi-meet-web socat curl jq && \
mv /usr/share/jitsi-meet/interface_config.js /defaults && \
rm -f /etc/nginx/conf.d/default.conf && \
apt-cleanup