jigasi: add missing transcription volumes to dockerfile

This commit is contained in:
Paul Tiedtke 2020-02-18 19:52:49 +01:00 committed by Saúl Ibarra Corretgé
parent 01eca7423e
commit 986071b100
2 changed files with 2 additions and 2 deletions

View File

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

View File

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