FROM node RUN npm install -g yarn ADD . /app/ WORKDIR /app/ RUN yarn && \ yarn build CMD yarn server ENV PORT=80