From 60e8d1566404a9a061c6f57bd89a88768f79ed7e Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 7 Aug 2024 09:34:38 +0200 Subject: [PATCH] feat: added another theme --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index cd924a5..cf50df7 100644 --- a/Containerfile +++ b/Containerfile @@ -37,6 +37,8 @@ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/farend/redm 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/PlockGames/redmine-plock-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