canvas-lms/Dockerfile.jenkins.yarn-runner

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
317 B
Docker
Raw Normal View History

FROM local/ruby-runner
COPY --chown=docker:docker --from=local/cache-helper-collect-yarn /tmp/dst ${APP_HOME}
RUN set -eux; \
(DISABLE_POSTINSTALL=1 yarn install --pure-lockfile || DISABLE_POSTINSTALL=1 yarn install --pure-lockfile --network-concurrency 1) \
&& yarn cache clean \
&& ./script/fix_inst_esm.js