Added -rf to removing cypress.json to avoid error

master
bkraul 2019-07-12 08:34:37 -05:00
parent fec3356049
commit 431c17e9e7
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ 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
rm -rf /var/www/html/apps/cypress.json