Fixed docker file
Some checks failed
Build and publish / Build Container (push) Successful in 1m0s
Code review / review (pull_request) Failing after 5s

This commit is contained in:
2025-12-27 20:42:43 -05:00
parent 40ade3fef1
commit 1b3232b10c

View File

@@ -4,4 +4,4 @@ COPY . /ai
RUN cd /ai && npm ci && mkdir -p /github/workspace
WORKDIR /github/workspace
ENTRYPOINT ["npx", "--yes", "/ai", "review", "/github/workspace"]
ENTRYPOINT ["node", "/ai/src/review.mjs", "/github/workspace"]