From d7d073920c6c10a95af9f0135492acfbac3599cb Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 29 Feb 2024 23:32:31 +0100 Subject: [PATCH] ADD: another plugin to improve time tracking --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index e292846..48d9a5b 100644 --- a/Containerfile +++ b/Containerfile @@ -63,5 +63,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/jrgarlick/redmine_t RUN cd /usr/src/redmine/plugins;git clone https://github.com/ozguryazilimas/redmine_enforce_time_entry.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/eyp/redmine_spent_time.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file