Procházet zdrojové kódy

jigasi: add missing transcription volumes to dockerfile

Paul Tiedtke před 5 roky
rodič
revize
986071b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      jigasi/Dockerfile
  2. 1 1
      web/Dockerfile

+ 1 - 1
jigasi/Dockerfile

@@ -10,4 +10,4 @@ RUN \
 
 COPY rootfs/ /
 
-VOLUME /config
+VOLUME ["/config", "/tmp/transcripts"]

+ 1 - 1
web/Dockerfile

@@ -13,4 +13,4 @@ COPY rootfs/ /
 
 EXPOSE 80 443
 
-VOLUME ["/config", "/etc/letsencrypt"]
+VOLUME ["/config", "/etc/letsencrypt", "/usr/share/jitsi-meet/transcripts"]