generated from ztimson/template
Fixed docker file
This commit is contained in:
@@ -4,4 +4,4 @@ COPY . /ai
|
|||||||
RUN cd /ai && npm ci && mkdir -p /github/workspace
|
RUN cd /ai && npm ci && mkdir -p /github/workspace
|
||||||
|
|
||||||
WORKDIR /github/workspace
|
WORKDIR /github/workspace
|
||||||
ENTRYPOINT ["npx", "--yes", "/ai", "review", "/github/workspace"]
|
ENTRYPOINT ["node", "/ai/src/review.mjs", "/github/workspace"]
|
||||||
|
|||||||
Reference in New Issue
Block a user