test the bbb-record

This commit is contained in:
Sofyan Sugianto 2020-06-12 08:16:30 +07:00
parent 0d082467df
commit 4ade61324b

View File

@ -72,6 +72,9 @@ RUN chmod +x /usr/local/bin/recorder-monitor.py && \
mkdir -p /usr/src/bbb-playback-presentation && \ mkdir -p /usr/src/bbb-playback-presentation && \
cp -r /var/bigbluebutton/playback/* /usr/src/bbb-src-playback cp -r /var/bigbluebutton/playback/* /usr/src/bbb-src-playback
RUN wget -O /usr/local/bin/bbb-record https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/develop/bigbluebutton-config/bin/bbb-record \
&& chmod +x /usr/local/bin/bbb-record
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh