Created
February 7, 2017 11:59
-
-
Save SlyDen/b33d28332af0c41df21ddf3f84152fea to your computer and use it in GitHub Desktop.
yarn pkg example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node:latest | |
MAINTAINER Kamil Karczmarczyk <[email protected]> | |
# Global install yarn package manager | |
RUN npm set progress=false && \ | |
npm install -g --progress=false yarn | |
WORKDIR /workspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment