Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 3, 2024
1 parent 44973f7 commit e1ee14b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the container image run:
#
# nx build quarkus-maven-app-3971513 --args="-Dquarkus.package.type=legacy-jar"
# nx build quarkus-maven-app-3971513 --task="build -Dquarkus.package.type=legacy-jar"
#
# Then, build the image with:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the container image run:
#
# nx build quarkus-g-q-app --args="-Dquarkus.package.type=native"
# nx build quarkus-g-q-app --task="build -Dquarkus.package.type=native"
#
# Then, build the image with:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Before building the container image run:
#
# nx build quarkus-g-q-app --args="-Dquarkus.package.type=native"
# nx build quarkus-g-q-app --task="build -Dquarkus.package.type=native"
#
# Then, build the image with:
#
Expand Down

0 comments on commit e1ee14b

Please sign in to comment.