Trim repo-only files from Docker image

This commit is contained in:
Dymas
2026-05-26 20:01:52 +02:00
parent 2c1650d699
commit c757a58f69
4 changed files with 19 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.45.13 - 2026-05-26
- Trimmed the Docker runtime image by removing repo-only files from `/app` after cloning, so the container no longer carries development docs, Compose/build files, or the test suite it does not use at runtime.
- Kept the checked-in `VERSION` file inside the image so Runtime info and startup logging still have the release metadata they now read at runtime.
## 0.45.12 - 2026-05-26
- Changed `ani-cli-web` runtime version reporting to load directly from the project `VERSION` file instead of a duplicated hardcoded constant, which keeps Runtime info, API version responses, and startup logs in sync with release metadata.