Skip to content

Commit 028e31a

Browse files
authored
Update Dockerfile
1 parent 2520267 commit 028e31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN chmod +x mvnw && ./mvnw dependency:go-offline -B
1717

1818
COPY src ./src
1919
# Compilar aplicação e gerar executável nativo completo e statico
20-
RUN ./mvnw -Pnative clean package -DskipTests
20+
RUN ./mvnw -Pnative clean package -DskipTests -Dnative-image.args="--enable-all-security-services"
2121

2222
# ===================================================================
2323
# Runtime stage: minimal static binary

0 commit comments

Comments
 (0)