Corrected path error on deleting cypress

master
bkraul 2019-07-12 08:36:36 -05:00
parent 431c17e9e7
commit 81438bab3f
1 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ 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 -rf /var/www/html/apps/cypress.json
rm -rf /var/www/html/apps/viewer/cypress; \
rm -rf /var/www/html/apps/viewer/cypress.json