ai fix-02

This commit is contained in:
2026-05-10 21:46:01 +02:00
parent de56f8435c
commit 1e22844023
3 changed files with 177 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ ENV NODE_ENV=production
COPY --from=dependencies /app/node_modules ./node_modules
COPY .idea/SKILL.md ./.idea/SKILL.md
COPY public ./public
COPY src ./src
COPY scripts ./scripts