From ab84b6c1ffa95354b0acd496ea6d1a14a7bd2ced Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 29 Feb 2024 23:13:55 +0100 Subject: [PATCH] ADD: added plugin to enforce time tracking --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 97b8ed0..e292846 100644 --- a/Containerfile +++ b/Containerfile @@ -61,5 +61,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/ RUN cd /usr/src/redmine/plugins;git clone https://github.com/jrgarlick/redmine_timesheet.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/ozguryazilimas/redmine_enforce_time_entry.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file