This commit is contained in:
2026-05-10 21:29:30 +02:00
parent 6714493af9
commit cd6dc3fc8f
5 changed files with 190 additions and 3 deletions

View File

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