Skip to content

Commit 00496d3

Browse files
Update content/guides/go-prometheus-monitoring/containerize.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 9d10f0e commit 00496d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/go-prometheus-monitoring/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Dockerfile consists of two stages:
6565

6666
You use the `alpine:3.17` image as the base image for the final stage. You copy the compiled binary from the build stage to the final image. You expose the application's port using the `EXPOSE` instruction and run the application using the `CMD` instruction.
6767

68-
Apart from the multi-stage build, the Dockerfile also follows best practices such as using the official images, setting the working directory, and copying only the necessary files to the final image. We can further optimize the Dockerfile by other best practices.
68+
Apart from the multi-stage build, the Dockerfile also follows best practices such as using the official images, setting the working directory, and copying only the necessary files to the final image. You can further optimize the Dockerfile by other best practices.
6969

7070
## Build the Docker image and run the application
7171

0 commit comments

Comments
 (0)