Skip to content

Commit 3ae2c22

Browse files
Update content/guides/go-prometheus-monitoring/develop.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent d838c0f commit 3ae2c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the last section, we saw how using Docker Compose, we can connect our service
1212

1313
## Developing the application
1414

15-
Now, if we make any changes to our golang application locally, it needs to reflect in the container, right? To do that, one approach is use --build flag in Docker Compose after making changes in the code. This will rebuild all the services which have `build` instruction in the `compose.yml` file, in our case, the `api` service (golang application).
15+
Now, if you make any changes to your Golang application locally, it needs to reflect in the container, right? To do that, one approach is use the `--build` flag in Docker Compose after making changes in the code. This will rebuild all the services which have the `build` instruction in the `compose.yml` file, in your case, the `api` service (Golang application).
1616

1717
```
1818
docker compose up --build

0 commit comments

Comments
 (0)