FROM node:18 WORKDIR /usr/src/app RUN npm install:clean EXPOSE 5000 CMD ["npm", "start"]