refactoring

This commit is contained in:
dahoud
2026-02-18 17:36:05 +00:00
parent f501e56856
commit 2f8e5803b8
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ RUN mvn dependency:go-offline -B
COPY src ./src
# Construire l'application avec profil production
RUN mvn clean package -DskipTests -B -Dquarkus.profile=prod
RUN mvn clean package -DskipTests -B -Dquarkus.profile=prod -Dquarkus.http.root-path=/lions-user-manager
## Stage 2 : Image de production optimisée
FROM registry.access.redhat.com/ubi8/openjdk-17:1.18