Skip to content

Commit ec830b2

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

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
@@ -14,7 +14,7 @@ To containerize a Golang application, you first need to create a Dockerfile. The
1414

1515
Create a new file named `Dockerfile` in the root directory of your Golang application. The Dockerfile contains instructions to build and run the application in a container.
1616

17-
Here is a Dockerfile for a Golang application: You will also find this file in the `go-prometheus-monitoring` directory.
17+
The following is a Dockerfile for a Golang application. You will also find this file in the `go-prometheus-monitoring` directory.
1818

1919
```dockerfile
2020
# Use the official Golang image as the base

0 commit comments

Comments
 (0)