canvas-lms/Dockerfile.jenkins.webpack-...

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

6 lines
208 B
Docker
Raw Permalink Normal View History

FROM local/yarn-runner
RUN --mount=type=bind,from=local/cache-helper,source=/tmp/dst,target=/cache-helper \
tar --no-same-owner -xf /cache-helper/webpack-builder.tar -C ${APP_HOME}
RUN yarn build:packages