I've added support for package.json and yarn.lock file cache in the dockerfile. see #70.
To enable container image faster build time.
By caching package.json and yarn.lock file in the dockerfile before the run yarn command.
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.