Apparently 16.0.3 removed the offending cypress files

master
bkraul 2019-07-12 08:39:45 -05:00
parent 81438bab3f
commit f242e392da
1 changed files with 1 additions and 6 deletions

View File

@ -19,9 +19,4 @@ RUN set -ex; \
apk add --no-cache sudo; \
apk del .build-deps
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
# temporary. remove cypress files for code integrity.
RUN set -x; \
rm -rf /var/www/html/apps/viewer/cypress; \
rm -rf /var/www/html/apps/viewer/cypress.json
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php