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:
@@ -1,4 +1,6 @@
|
||||
delta-force-guide-server.iml
|
||||
build/
|
||||
!.gitlab-ci.yml
|
||||
!build/libs/*.jar
|
||||
.idea/
|
||||
.gradle
|
||||
Reference in New Issue
Block a user