fix: allow jar files to be copied in Docker build context

Add '!build/libs/*.jar' to .dockerignore so that Docker build can access the build
artifacts in the package stage.
This commit is contained in:
2026-05-25 11:05:25 +08:00
parent ea1456c5a5
commit 51b02a438e
+2
View File
@@ -1,4 +1,6 @@
delta-force-guide-server.iml delta-force-guide-server.iml
build/ build/
!.gitlab-ci.yml
!build/libs/*.jar
.idea/ .idea/
.gradle .gradle