fix(docker): unignore scripts/ so EMEX scraper ships to prod #26

Merged
root merged 1 commits from fix-emex-scraper-prod-image into main 2026-05-18 09:08:25 +03:00
Owner

Follow-up to PR #25 — the build stage COPY . . was missing scripts/ because .dockerignore line 8 excluded it. PR #25 deploy failed with COPY --from=build /app/scripts ./scripts not found. Unignore the directory.

Follow-up to PR #25 — the build stage `COPY . .` was missing `scripts/` because `.dockerignore` line 8 excluded it. PR #25 deploy failed with `COPY --from=build /app/scripts ./scripts` not found. Unignore the directory.
root added 1 commit 2026-05-18 09:08:24 +03:00
`.dockerignore` was excluding the entire `scripts/` tree, which meant
the build stage never received `scripts/emex-vin-scraper.js`. The
production-stage `COPY --from=build /app/scripts ./scripts` added in
the previous commit therefore failed with "/app/scripts: not found"
and the deploy aborted. Unignore the directory; runtime-only files
can be excluded individually if any get added later.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
root merged commit 223c3f7045 into main 2026-05-18 09:08:25 +03:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/sase.tr#26