fix: move Angular cache outside bind mount

This commit is contained in:
bisco
2026-06-03 21:47:49 +02:00
parent eb40053770
commit a830c89f99
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -36,3 +36,4 @@ No automated backup is configured for the MVP. Use `pg_dump` from the database c
- The frontend uses the Angular development server and is not production hardened.
- Role-specific permissions are modeled but not yet enforced per action.
- External data ingestion is intentionally not automated yet.
- The Angular development cache is configured under `/tmp/angular-cache` inside the container so the non-root frontend user does not need write access to the bind-mounted source tree.