Docker builds for the Yarn package manager
There already exists a great docker image for yarn here. However, it uses npm
to install yarn, which is currently deprecated. This repo follows all of the public node docker versions, and installs Yarn using the recommended methods on the yarn website.