From 089761916fc5e32e2f8cceb1c08ca9b9d174f028 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Fri, 9 Oct 2020 11:33:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20portable=20dir=20from?= =?UTF-8?q?=20upstream=20(#99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 36a26c2..a2f08ed 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -26,6 +26,7 @@ RUN \ && apk del --no-cache --purge .build-dependencies \ \ && rm -f -r /var/www/tasmoadmin/.git \ + && rm -f -r /var/www/tasmoadmin/portable \ && find /var/www/tasmoadmin -type f -name ".htaccess" -depth -exec rm -f {} \; \ && find /var/www/tasmoadmin -type f -name "*.md" -depth -exec rm -f {} \; \ && find /var/www/tasmoadmin -type f -name ".gitignore" -depth -exec rm -f {} \; \