FROM node:14 AS base WORKDIR /node COPY package*.json ./ RUN npm install