FROM node:latest ADD ./ /app WORKDIR /app RUN npm i CMD ["node","/app/index.js"]