FROM node:erbium-alpine RUN apk add python2 WORKDIR /app COPY package.json yarn.lock ./ RUN yarn ENTRYPOINT yarn dev