Skip to content

Commit

Permalink
Merge pull request #16683 from fbricon/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in debug port comment
  • Loading branch information
geoand authored Apr 21, 2021
2 parents 00a9b6e + 233c5c6 commit 6762300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/{project.artifact-id}-{type}
#
# If you want to include the debug port into your docker image
# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5050
# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005
#
# Then run the container using :
#
Expand Down

0 comments on commit 6762300

Please sign in to comment.