Commit d019a79
www: regen
`.dockerignore` is an allowlist of git-tracked files generated by
`make-dockerignore.py -G`. The screenshot Docker image (built via
`Dockerfile.screenshots`) only sees files `!`-d back in here. Recently
landed but missing from the allowlist:
- `src/pages/HomeV2.tsx` (3febd3d), `src/pages/CellsDebug.tsx`
(6b75bf8) — both imported from `src/main.tsx`, so missing them
caused `pnpm build` in Docker to fail with
"Could not resolve './pages/HomeV2'" — which broke the screenshot
step and gated the GH Pages deploy.
- `src/query/ridesV1.ts` (f71499e) — also imported by `HomeV2`.
- `public/assets/region-cells{,-s2}.json` + `stations-regional.json`
— runtime-fetched assets; not bundled, but the screenshot run
fetches them at runtime so it needs them in the image.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>.dockerignore to include v3 files + region-cell assets1 parent bd25c8b commit d019a79
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| 171 | + | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
| |||
0 commit comments