docs: fix numbering in BuildMetadata.md

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-11 14:45:22 +00:00
parent 037b4aa94e
commit e8bba38f98
+1 -1
View File
@@ -26,7 +26,7 @@ When the Docker image is built (locally or in CI/CD), the following happens:
- `RUNTIME_INFO` - Contains detailed build information
3. **The script syncs VERSION** from the latest git tag if out of sync
4. **Docker copies these files** into the image during the build process
4. **The application reads the files** at runtime via `app/config.py` properties
5. **The application reads the files** at runtime via `app/config.py` properties
### File Structure