We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc218ac commit 3718560Copy full SHA for 3718560
1 file changed
justfile
@@ -96,7 +96,7 @@ run:
96
@echo "Running golang-docker-build-tutorial with defaults ..."
97
go run -ldflags="-X 'main.Version={{version}}'" cmd/golang-docker-build-tutorial/main.go
98
99
-# send request to the app's HTTP endpoint (requires running container)
+# send request to the app's HTTP endpoint (requires curl and running container)
100
send-request-to-app:
101
@curl http://localhost:${APP_PORT}/status
102
0 commit comments