ADD: added plugin to enforce time tracking
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-02-29 23:13:55 +01:00
parent 7f35edb25d
commit ab84b6c1ff
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

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