From f27c24fca5b013ead9274b50a519fde7d7ee6322 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 7 Aug 2024 09:19:20 +0200 Subject: [PATCH] feat: add another theme --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index f9eaa36..cd924a5 100644 --- a/Containerfile +++ b/Containerfile @@ -35,6 +35,8 @@ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/mrliptontea RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/farend/redmine_theme_farend_bleuclair.git bleuclair +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/tantic/redmine_asap_theme.git + #RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/fraoustin/redmine_dark.git #RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/fraoustin/RTMaterial.git