fix(dockerignore): properly re-include target/quarkus-app/** subdirs (was excluding lib/app/quarkus/ → Docker build ENOENT)
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 4m33s
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 4m33s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Maven
|
||||
target/
|
||||
!target/quarkus-app/
|
||||
# Maven — exclude all of target/ except quarkus-app/ (fast-jar output)
|
||||
target/*
|
||||
!target/quarkus-app
|
||||
!target/quarkus-app/**
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
|
||||
Reference in New Issue
Block a user