Compare commits

...

2 Commits

Author SHA1 Message Date
48534b9cf3
ADD: plugin for user performance
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-01 09:33:06 +01:00
eb7689389b
ADD: plugin to automatically calculate pogress percentage 2024-03-01 09:13:08 +01:00

View File

@ -65,5 +65,9 @@ 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
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