Fix ClaudeQQ event API artifact contract

This commit is contained in:
Codex
2026-05-21 12:59:54 +00:00
parent 5ebef54936
commit dba4a7fd80
3 changed files with 309 additions and 3 deletions
@@ -23,4 +23,4 @@ COPY --from=build /app/unidesk-adapter.cjs ./scripts/src/server_ts/unidesk-adapt
WORKDIR /app/scripts/src/server_ts
RUN npm ci --omit=dev && npm cache clean --force
CMD ["node", "dist/index.js", "--max-restarts", "0"]
CMD ["node", "unidesk-adapter.cjs"]