We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41144aa commit b3eb792Copy full SHA for b3eb792
Dockerfile
@@ -45,6 +45,7 @@ RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-
45
46
# Copy the forum-theme repository
47
RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/topcoder
48
+RUN git clone --branch mfe https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/mfe-topcoder
49
50
# Remove DebugPlugin from PROD env
51
# RUN if [ "$ENV" = "prod" ]; \
0 commit comments