generated from ztimson/template
Added review
All checks were successful
Build and publish / Build Container (push) Successful in 1m1s
All checks were successful
Build and publish / Build Container (push) Successful in 1m1s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM node:22
|
||||
|
||||
COPY . /ai
|
||||
RUN cd /ai && npm ci
|
||||
RUN cd /ai && npm ci && mkdir -p /github/workspace
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["npx", "--yes", "/ai", "review", "/app"]
|
||||
WORKDIR /github/workspace
|
||||
ENTRYPOINT ["npx", "--yes", "/ai", "review", "/github/workspace"]
|
||||
|
||||
Reference in New Issue
Block a user