ai fix-03

This commit is contained in:
2026-05-10 21:57:55 +02:00
parent 1e22844023
commit 52cdfe47b8
3 changed files with 64 additions and 0 deletions

View File

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