Skip to content

Commit a06b8fc

Browse files
committed
Update build help information
Signed-off-by: eyuen <eyuen@redhat.com>
1 parent 7464a47 commit a06b8fc

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

devfile.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/docker/Dockerfile.jvm.staged

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)