Caching of driver not working in openvidu-deployment-tester. Disabling until fix

This commit is contained in:
cruizba 2023-07-31 14:54:48 +02:00
parent 2d320df71a
commit c683d989a6

View File

@ -41,7 +41,8 @@ RUN cd /workdir && pip3 install -r requirements.txt
WORKDIR /workdir/src
# Cache web driver
RUN python3 main.py install-drivers
# TODO: Fix cache
# RUN python3 main.py install-drivers
# Copy entrypoint
COPY ./entrypoint.sh /usr/local/bin/