diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index d4bab77..e2b0281 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -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 \ No newline at end of file + rm -rf /var/www/html/apps/viewer/cypress; \ + rm -rf /var/www/html/apps/viewer/cypress.json \ No newline at end of file