From e68724f7579a6db0a55154a36a5a7354878b0e59 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 5 Nov 2019 08:16:55 +0200 Subject: [PATCH] Fix instructions for using docker to build native image --- .../narayana-stm/src/main/docker/Dockerfile.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/narayana-stm/src/main/docker/Dockerfile.native b/integration-tests/narayana-stm/src/main/docker/Dockerfile.native index 9e5cc738a5dd2..0606034c0cd56 100644 --- a/integration-tests/narayana-stm/src/main/docker/Dockerfile.native +++ b/integration-tests/narayana-stm/src/main/docker/Dockerfile.native @@ -3,7 +3,7 @@ # # Before building the docker image run: # -# mvn package -Pnative -Dnative-image.docker-build=true +# mvn package -Pnative -Dquarkus.native.container-build=true # # Then, build the image with: #