build: update Dockerfile to include 'contracts' and refine build context

Added `contracts/` directory to the Docker build context and adjusted Gradle setup to handle required dependencies. Simplified Dockerfile by removing redundant comments and streamlined artifact copying for NGINX configuration. Updated `.dockerignore` to exclude `docs/` directory from the build context.
This commit is contained in:
2026-01-31 12:32:38 +01:00
parent e699d7a198
commit 3d940ae4b1
2 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
**/CHANGELOG*
**/LICENSE*
**/CONTRIBUTING*
# docs/ <- REMOVED: Required by Docker build context
docs/
**/*.md
# ===================================================================