[AC-AISVC-50] 合入第一个稳定版本 #2

Merged
MerCry merged 32 commits from feature/prompt-unification-and-logging into main 2026-02-26 13:03:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a60a760951 - Show all commits

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --include=optional || npm install
RUN npm install && npm install @rollup/rollup-linux-x64-musl --save-optional
COPY . .