feat: issue_list macro for wiki
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-08-22 20:29:12 +02:00
parent 07f9fe3c40
commit 3dea0de8bf
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -77,5 +77,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_doc
RUN cd /usr/src/redmine/plugins;git clone https://github.com/akiko-pusu/redmine_issue_badge.git RUN cd /usr/src/redmine/plugins;git clone https://github.com/akiko-pusu/redmine_issue_badge.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/alphanodes/redmine_ref_issues.git
COPY docker-entrypoint.sh / COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh RUN chmod a+x /docker-entrypoint.sh