devillecodes / docker-yarn

Docker image with yarn installed globally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-yarn

Purpose

This image was created specifically for usage with continuous integration systems, and contains the minimum requirements to use the yarn package manager. Currently being used with wercker, but should meet the requirements for most CI systems.

Details

Base Image

Additional Node Modules

  • yarn - The yarn package manager. Installed globally (via npm install -g yarn).

About

Docker image with yarn installed globally