From 431c17e9e7db134050e8192a070a49f34d6f069b Mon Sep 17 00:00:00 2001 From: bkraul Date: Fri, 12 Jul 2019 08:34:37 -0500 Subject: [PATCH] Added -rf to removing cypress.json to avoid error --- fpm-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index acd432d..d4bab77 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -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 \ No newline at end of file + rm -rf /var/www/html/apps/cypress.json \ No newline at end of file