File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ metadata:
33 name : java-quarkus
44 version : 1.1.0
55 attributes :
6- # Build the image with:
7- # docker build -f src/main/docker/Dockerfile.jvm.staged -t quarkus/code-with-quarkus-jvm .
86 alpha.build-context : .
97 alpha.build-dockerfile : src/main/docker/Dockerfile.jvm.staged
108 website : https://quarkus.io
Original file line number Diff line number Diff line change @@ -13,13 +13,9 @@ RUN ./mvnw package
1313####
1414# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
1515#
16- # Before building the container image run :
16+ # Build the image with :
1717#
18- # ./mvnw package
19- #
20- # Then, build the image with:
21- #
22- # docker build -f src/main/docker/Dockerfile.jvm -t quarkus/code-with-quarkus-jvm .
18+ # docker build -f src/main/docker/Dockerfile.jvm.staged -t quarkus/code-with-quarkus-jvm .
2319#
2420# Then run the container using:
2521#
You can’t perform that action at this time.
0 commit comments