Dockerfile 229 B

1234567891011121314
  1. FROM jitsi/base
  2. RUN \
  3. apt-dpkg-wrap apt-get update && \
  4. apt-dpkg-wrap apt-get install -y nginx-extras jitsi-meet-web && \
  5. apt-cleanup && \
  6. rm -f /etc/nginx/conf.d/default.conf
  7. COPY rootfs/ /
  8. EXPOSE 80 443
  9. VOLUME /config