FROM node:24.7.0-trixie-slim WORKDIR /usr/src/app COPY . . RUN npm install CMD npm run migrate && npm run start