ADD: another plugin to improve time tracking

This commit is contained in:
Dominik Meyer 2024-02-29 23:32:31 +01:00
parent ab84b6c1ff
commit d7d073920c
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 0 deletions

View File

@ -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