Skip to content

Instantly share code, notes, and snippets.

@SlyDen
Created February 7, 2017 11:59
Show Gist options
  • Save SlyDen/b33d28332af0c41df21ddf3f84152fea to your computer and use it in GitHub Desktop.
Save SlyDen/b33d28332af0c41df21ddf3f84152fea to your computer and use it in GitHub Desktop.
yarn pkg example
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