ADD: plugin to automatically calculate pogress percentage

This commit is contained in:
Dominik Meyer 2024-03-01 09:13:08 +01:00
parent cf22951fc7
commit eb7689389b
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 0 deletions

View File

@ -65,5 +65,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/eyp/redmine_spent_t
RUN cd /usr/src/redmine/plugins;git clone https://github.com/tckz/redmine-wiki_graphviz_plugin.git wiki_graphviz_plugin
RUN cd /usr/src/redmine/plugins;git clone https://github.com/jkraemer/redmine_percent_done.git
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh