chore(infra): simplify Docker builds and remove unused WEB_BUILD_PROFILE

- Adjusted Dockerfile’s build process for production-only artifacts.
- Removed unused `WEB_BUILD_PROFILE` from `dc-gui.yaml`.
- Optimized Gradle settings for better caching and performance.
- Updated `.dockerignore` to include source packages previously excluded by mistake.
This commit is contained in:
2026-02-01 21:17:22 +01:00
parent f00cc7681f
commit 994a3397c2
4 changed files with 24 additions and 44 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ secrets/
**/*.sqlite3
**/postgres-data/
**/redis-data/
**/data/
# REMOVED: **/data/ - This was excluding source packages named 'data' (e.g. at.mocode...data)
# ===================================================================
# Application specific exclusions