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

View File

@@ -5,7 +5,9 @@ node_modules
.gitignore
*.md
docs
scripts
# scripts/ is shipped to the production image — EmexService loads
# scripts/emex-vin-scraper.js at runtime via require(). Don't ignore
# the whole tree; runtime-only files belong here.
docker
.env*
.claude