FROM node:12.18-alpine3.12 WORKDIR /home/node/app COPY package*.json ./ RUN npm install && npm install -g browserify nexe@3.3.7 COPY . .