From 233c5c68c3b8254c44a3229f75660440c20e6993 Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Wed, 21 Apr 2021 12:31:46 +0200 Subject: [PATCH] Fixed typo in debug port comment --- .../tooling/dockerfiles/base/Dockerfile-layout.include.qute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/base/Dockerfile-layout.include.qute b/independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/base/Dockerfile-layout.include.qute index 9cd67f2754a56..086a696004fb1 100644 --- a/independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/base/Dockerfile-layout.include.qute +++ b/independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/base/Dockerfile-layout.include.qute @@ -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 : #