FROM node:22-alpine WORKDIR /app COPY . /app RUN npm install CMD npm run start EXPOSE 2893