update docker openvidu-pro

pull/431/head
OscarSotoSanchez 2020-04-07 16:48:57 +02:00 committed by pabloFuente
parent 52b8fb328e
commit c2bcb0db2c
1 changed files with 1 additions and 3 deletions

View File

@ -21,10 +21,8 @@ RUN mkdir -p /opt/openvidu /usr/local/bin/ && \
https://pro-stripe.openvidu.io/openvidu-server-pro-${OPENVIDU_VERSION}.jar \
--tries=0 --read-timeout=20
RUN mkdir -p /opt/openvidu/recordings /opt/openvidu/cluster/aws
COPY ./aws/* /opt/openvidu/cluster/aws/
COPY ./entrypoint.sh /usr/local/bin
RUN chmod +x /opt/openvidu/cluster/aws/* && \
RUN mkdir -p /opt/openvidu/recordings && \
chmod +x /usr/local/bin/entrypoint.sh
WORKDIR /opt/openvidu