Skip to content

Commit

Permalink
build: fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 29, 2023
1 parent 9e078f1 commit fe84cda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 <%= projectName %>
# nx build <%= projectName %> --task="build"
#
# 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-maven-app-3971513 --args="-Dquarkus.package.type=legacy-jar"
# nx build <%= projectName %> --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 <%= projectName %> --args="-Dquarkus.package.type=native"
# nx build <%= projectName %> --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 <%= projectName %> --args="-Dquarkus.package.type=native"
# nx build <%= projectName %> --task="build -Dquarkus.package.type=native"
#
# Then, build the image with:
#
Expand Down

0 comments on commit fe84cda

Please sign in to comment.