FROM node:14-alpine3.10 WORKDIR /app COPY package.json . COPY ./modules ./modules COPY full-install.sh . RUN npm run full-install COPY . .