FROM node:23-alpine3.20 COPY . /app WORKDIR /app RUN npm install RUN npm run build CMD npm start