Commit eeaba0f
fix: copy KML file into Docker image and fix military bases path
- Add COPY for 'Kml Military bases.kml' to /app/Data/ in Dockerfile
- Fix path in militarybases.ts: __dirname is dist/core/source so
needs 3x .. to reach /app/Data, not 2x (which gave /app/dist/Data)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c2d44f7 commit eeaba0f
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments