From 3ac022d0fb62bd0d61f9c9899abf1d5d966ed071 Mon Sep 17 00:00:00 2001 From: Chaim Date: Thu, 11 Jun 2026 19:44:42 +0000 Subject: [PATCH] =?UTF-8?q?fix(docker):=20=D7=9B=D7=9C=D7=95=D7=9C=20scrip?= =?UTF-8?q?ts/SCRIPTS.md=20=D7=91-build=20context=20(COPY=20=D7=A0=D7=9B?= =?UTF-8?q?=D7=A9=D7=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #203 הוסיף `COPY scripts/SCRIPTS.md` ל-Dockerfile אך .dockerignore מחריג את כל scripts/ — ה-build נכשל ב-"/scripts/SCRIPTS.md: not found". חריגה ממוקדת בדיוק כמו docs/ ו-skills/docx/. Co-Authored-By: Claude Opus 4.8 (1M context) --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index c680482..7acefeb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,6 +10,7 @@ mcp-server/.venv/ web/static/ web/__pycache__/ scripts/ +!scripts/SCRIPTS.md skills/ !skills/docx/ !skills/docx/decision_template.docx