We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2520267 commit 028e31aCopy full SHA for 028e31a
Dockerfile
@@ -17,7 +17,7 @@ RUN chmod +x mvnw && ./mvnw dependency:go-offline -B
17
18
COPY src ./src
19
# Compilar aplicação e gerar executável nativo completo e statico
20
-RUN ./mvnw -Pnative clean package -DskipTests
+RUN ./mvnw -Pnative clean package -DskipTests -Dnative-image.args="--enable-all-security-services"
21
22
# ===================================================================
23
# Runtime stage: minimal static binary
0 commit comments