Skip to content
Snippets Groups Projects
Unverified Commit ecf10466 authored by dpsutton's avatar dpsutton Committed by GitHub
Browse files

Build static viz in the dockerfile (#17507)

parent ce406d24
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ ARG MB_EDITION=oss
WORKDIR /home/circleci
COPY --chown=circleci . .
RUN NODE_ENV=production MB_EDITION=$MB_EDITION yarn --frozen-lockfile && yarn build && bin/i18n/build-translation-resources
RUN NODE_ENV=production MB_EDITION=$MB_EDITION yarn --frozen-lockfile && \
yarn build && yarn build-static-viz && bin/i18n/build-translation-resources
###################
# STAGE 1.4: main builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment