FROM node:slim WORKDIR /app COPY . . RUN npm i # Generate kysely types RUN npx kysely-codegen RUN npm run build CMD ["npm", "run", "start"]