🔥 Remove portable dir from upstream (#99)

This commit is contained in:
Malachi Soord 2020-10-09 11:33:06 +02:00 committed by GitHub
parent 4a620c41c9
commit 089761916f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {} \; \