[matomo] Path fix



commit 359b067afb5d742fbaf48f996229a8dab85b3e64
Author: Andrea Veri <averi redhat com>
Date:   Sat Mar 26 01:05:20 2022 +0100

    Path fix

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index ea81a91..4a423f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@ RUN mkdir -p /opt/matomo/extra-plugins && \
     unzip LoginLdap-4.2.2.zip && \
     find LoginLdap -type d | xargs chmod 775 && \
     find LoginLdap -type f | xargs chmod 644 && \
-    rm -f /var/www/html/plugins/LoginLdap-4.2.2.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
+    rm -f /opt/matomo/extra-plugins/LoginLdap-4.2.2.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
 
 ADD start.sh /start.sh
 ADD archive.sh /archive.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]