FROM node:alpine WORKDIR /app COPY . . RUN npm i CMD ["npm", "run", "start"]