diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-09-12 21:04:25 +0000 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-09-12 21:04:25 +0000 |
commit | 7951d350354a9bcfff1b525f807b063464f2b691 (patch) | |
tree | 6b7076534569da8741f1c1042c9072dea5ec76f4 /app/build/jitsi-conference-focus/Dockerfile | |
parent | 1af6eabc81cc5758809dff3997890fc6786f9b3e (diff) | |
download | infrastructure-7951d350354a9bcfff1b525f807b063464f2b691.tar.gz infrastructure-7951d350354a9bcfff1b525f807b063464f2b691.zip |
WIP jitsi fix
Diffstat (limited to 'app/build/jitsi-conference-focus/Dockerfile')
-rw-r--r-- | app/build/jitsi-conference-focus/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build/jitsi-conference-focus/Dockerfile b/app/build/jitsi-conference-focus/Dockerfile index f66c426..93301e9 100644 --- a/app/build/jitsi-conference-focus/Dockerfile +++ b/app/build/jitsi-conference-focus/Dockerfile @@ -20,5 +20,6 @@ RUN apt-get update && \ COPY --from=builder /srv/build /srv/jicofo COPY jicofo /usr/local/bin/jicofo +COPY sip-communicator.properties /root/.sip-communicator/sip-communicator.properties CMD ["/usr/local/bin/jicofo"] |