FROM node:10.15.1 WORKDIR cloud_functions/functions COPY cloud_functions/functions/package.json ./ RUN yarn install COPY . .