FROM node:10.0.0-alpine WORKDIR /app RUN apk add --update git ENV PORT 3000 EXPOSE 3000 CMD ["yarn", "start"]