openclaw integration test

This commit is contained in:
2026-05-10 21:13:46 +02:00
parent b78900b909
commit 6714493af9
4 changed files with 179 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ WORKDIR /app
ENV NODE_ENV=production
COPY --from=dependencies /app/node_modules ./node_modules
COPY .ai/SKILL.md ./.ai/SKILL.md
COPY src ./src
COPY scripts ./scripts