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

This commit is contained in:
2026-04-24 17:17:21 +00:00
parent cd71ac2a61
commit c099ab0b70
2 changed files with 5 additions and 9 deletions

View File

@@ -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