From 70015eae1468631799e9dc04dd66deb195b956e4 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 1 Mar 2024 13:47:32 +0100 Subject: [PATCH] ADD: added plugin for improved document display --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 10f6c06..dbe9642 100644 --- a/Containerfile +++ b/Containerfile @@ -69,5 +69,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/jkraemer/redmine_pe RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redmine_users_performance.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_documents_short.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file