From 48534b9cf3beb2bd07ba6289cb571b6d3fc8d56a Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 1 Mar 2024 09:33:06 +0100 Subject: [PATCH] ADD: plugin for user performance --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 8a993b1..10f6c06 100644 --- a/Containerfile +++ b/Containerfile @@ -67,5 +67,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/tckz/redmine-wiki_g RUN cd /usr/src/redmine/plugins;git clone https://github.com/jkraemer/redmine_percent_done.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redmine_users_performance.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file