整理 AI review findings 與 Docker action 設定 #14

Open
jiantw83 wants to merge 8 commits from ai-review-resolve/develop-20260629-104700 into develop
Showing only changes of commit 2f54271c38 - Show all commits
+2 -2
View File
@@ -1,9 +1,9 @@
FROM gitea.jsc.idv.tw/images/codex:0.1.1
RUN apt update \
&& apt install -y --no-install-recommends git
&& apt install -y --no-install-recommends git \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*s
&& rm -rf /var/lib/apt/lists/*
COPY ./app /app
RUN cd /app && npm install