FROM node:boron-apline MAINTAINER Nathan LeClaire ADD . /app WORKDIR /app RUN apk add --update build-base && yarn EXPOSE 3000 CMD yarn start