FROM node:latest-alpine WORKDIR /app COPY . /app RUN npm i CMD npm start