#71 cache image layer in Dockerfile
Opened by emma50. Modified
fedora-qa/ emma50/landingpage dockerfile_optimization  into  master

Download 71.patch

What?

I've added support for package.json and yarn.lock file cache in the dockerfile. see #70.

Why?

To enable container image faster build time.

How?

By caching package.json and yarn.lock file in the dockerfile before the run yarn command.

Metadata