FIX: removed copying non existing plugin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-06-05 08:37:49 +02:00
parent 9041b19259
commit d5efffca4b
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -71,7 +71,5 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redm
RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_documents_short.git
COPY redmine-ntfy /usr/src/redmine/plugins/
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh