FROM node:22 COPY . /ai RUN cd /ai && npm ci && mkdir -p /github/workspace WORKDIR /github/workspace ENTRYPOINT ["node", "/ai/src/review.mjs", "/github/workspace"]