From 04a45505ccbf591da1e5d2f44ba0b97c2eea0616 Mon Sep 17 00:00:00 2001 From: Hongwei Liu <34546888+hongweiliu17@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:01:38 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7406d291..2c71cf79 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Creating an application with a Go code sample + **Note:** The Go code sample uses the **8081** HTTP port. Before you begin creating an application with this `devfile` code sample, it's helpful to understand the relationship between the `devfile` and `Dockerfile` and how they contribute to your build. You can find these files at the following URLs: @@ -15,4 +16,4 @@ Before you begin creating an application with this `devfile` code sample, it's h ### Additional resources * For more information about Go, see [go.dev](https://go.dev/). * For more information about devfiles, see [Devfile.io](https://devfile.io/). -* For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/). \ No newline at end of file +* For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/).