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" ]; \