FROM node ADD ./ /auth WORKDIR /auth RUN npm i EXPOSE 3000 CMD ["npm", "start"]