Skip to content

Commit

Permalink
Merge pull request #157 from krissman/patch-1
Browse files Browse the repository at this point in the history
Match tutorial-tools version between pull and run
  • Loading branch information
kdubois authored Aug 28, 2024
2 parents 17ee70a + da75371 commit a5fda30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/01_setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cd quarkus-tutorial
mkdir work
docker run -ti -p 8080:8080 -v `pwd`/work:/work \
-v `mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout`:/opt/developer/.m2/repository \
--rm quay.io/rhdevelopers/tutorial-tools:0.0.7 bash
--rm quay.io/rhdevelopers/tutorial-tools:latest bash
# -p will map Quarkus running in the container to your host port
# -v `pwd`... will map the host work subdirectory to the container /work directory, this is where you will create your application
Expand Down

0 comments on commit a5fda30

Please sign in to comment.