Skip to content

Commit c089d97

Browse files
aapelivclaude
andcommitted
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

File tree

app/backend/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
!templates
1010
!alembic.ini
1111
!pyproject.toml
12+
!feature-flags.dev.json
1213

1314
# It's not included into the final image, but is still needed here
1415
# for "--mount=type=bind"

0 commit comments

Comments
 (0)