From b3eb792cabb00827df96c96068d1bc3d77ec3296 Mon Sep 17 00:00:00 2001 From: Bogdanova Olga Date: Tue, 16 Nov 2021 14:08:06 +0300 Subject: [PATCH] Issues-639: copy MFE Topcoder theme --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cf8088b..a38ee8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder- # Copy the forum-theme repository RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/topcoder +RUN git clone --branch mfe https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/mfe-topcoder # Remove DebugPlugin from PROD env # RUN if [ "$ENV" = "prod" ]; \