From d5efffca4b53b5ce45ebdb584c4b3d35d040406a Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 5 Jun 2024 08:37:49 +0200 Subject: [PATCH] FIX: removed copying non existing plugin --- Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index 1817d08..fcaf7bb 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ No newline at end of file