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:
+1
-1
@@ -21,7 +21,7 @@
|
||||
**/CHANGELOG*
|
||||
**/LICENSE*
|
||||
**/CONTRIBUTING*
|
||||
# docs/ <- REMOVED: Required by Docker build context
|
||||
docs/
|
||||
**/*.md
|
||||
|
||||
# ===================================================================
|
||||
|
||||
Reference in New Issue
Block a user