Commit c089d97
Include feature-flags.dev.json in backend Docker build context
The .dockerignore allow-list excluded feature-flags.dev.json, so COPY . /app
never copied it into the image. With FEATURE_FLAGS_FILE_OVERRIDE_PATH pointing
at it in backend.dev.env, the backend crashed on startup with FileNotFoundError.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4c8728d commit c089d97
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments