Added cypress removal for code integrity

master
bkraul 2019-07-12 08:30:23 -05:00
parent d1526599fc
commit fec3356049
1 changed files with 5 additions and 0 deletions

View File

@ -20,3 +20,8 @@ RUN set -ex; \
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/cypress; \
rm /var/www/html/apps/cypress.json