fix(docker): adapt Dockerfile+dockerignore to uber-jar packaging (quarkus.package.type=uber-jar in application.properties → no target/quarkus-app/)
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 4m47s
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 4m47s
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Maven — exclude all of target/ except quarkus-app/ (fast-jar output)
|
||||
# Maven — exclude all of target/ except the uber-jar runner (quarkus.package.type=uber-jar)
|
||||
target/*
|
||||
!target/quarkus-app
|
||||
!target/quarkus-app/**
|
||||
!target/*-runner.jar
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
|
||||
Reference in New Issue
Block a user