mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 03:21:34 +00:00
🔥 Remove portable dir from upstream (#99)
This commit is contained in:
parent
4a620c41c9
commit
089761916f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ RUN \
|
||||||
&& apk del --no-cache --purge .build-dependencies \
|
&& apk del --no-cache --purge .build-dependencies \
|
||||||
\
|
\
|
||||||
&& rm -f -r /var/www/tasmoadmin/.git \
|
&& 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 ".htaccess" -depth -exec rm -f {} \; \
|
||||||
&& find /var/www/tasmoadmin -type f -name "*.md" -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 {} \; \
|
&& find /var/www/tasmoadmin -type f -name ".gitignore" -depth -exec rm -f {} \; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue