Merge "Run yarn explicitly in Dockerfile"

This commit is contained in:
Zuul 2020-02-11 21:47:07 +00:00 committed by Gerrit Code Review
commit f53e9f212c
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ ARG OPENSHIFT_SHA=4b0f07428ba854174c58d2e38287e5402964c9a9355f6c359d1242efd0990d
COPY . /tmp/src
RUN /tmp/src/tools/install-js-tools.sh
# Explicitly run the Javascript build
RUN cd /tmp/src/web && yarn install -d && yarn build
RUN assemble
# The wheel install method doesn't run the setup hooks as the source based