Skip to content

Commit 3718560

Browse files
committed
Clarify that curl is required for 'send-request-to-app' task
1 parent dc218ac commit 3718560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ run:
9696
@echo "Running golang-docker-build-tutorial with defaults ..."
9797
go run -ldflags="-X 'main.Version={{version}}'" cmd/golang-docker-build-tutorial/main.go
9898

99-
# send request to the app's HTTP endpoint (requires running container)
99+
# send request to the app's HTTP endpoint (requires curl and running container)
100100
send-request-to-app:
101101
@curl http://localhost:${APP_PORT}/status
102102

0 commit comments

Comments
 (0)