From 6041333b5f0c0ade279c644f92679704cf68b054 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 7 Aug 2024 08:57:31 +0200 Subject: [PATCH] feat: reanabled theme support --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 72588be..f9eaa36 100644 --- a/Containerfile +++ b/Containerfile @@ -29,9 +29,9 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/redmica/redmica_ui_ RUN cd /usr/src/redmine/plugins;git clone https://github.com/onozaty/redmine-view-customize.git view_customize -#RUN cd /usr/src/redmine/plugins;git clone https://github.com/haru/redmine_theme_changer.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/haru/redmine_theme_changer.git -#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/mrliptontea/PurpleMine2.git +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/mrliptontea/PurpleMine2.git RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/farend/redmine_theme_farend_bleuclair.git bleuclair