Commit d9f4367
fix(country-map): re-include country-maps GeoJSON in Docker build context
.dockerignore excludes superset/static/assets/ wholesale because the
rest of that directory is webpack-generated at image build time. Our
country-map plugin's GeoJSON outputs are committed (not webpack-
generated), so they were getting silently dropped from every Docker
build — ephemeral PR previews 404'd on every map file fetch.
Add a `!` re-include for the country-maps subdirectory so the assets
ride along while leaving the rest of the webpack-managed exclusion
intact.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 11f6109 commit d9f4367
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
0 commit comments