Files
jitsi-meet-deployment/web/Dockerfile
Saúl Ibarra Corretgé 467a149cbb Initial import
2018-03-14 10:23:50 +01:00

15 lines
229 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
COPY rootfs/ /
EXPOSE 80 443
VOLUME /config