Skip to content

Commit

Permalink
score-compose resources get-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Apr 24, 2024
1 parent 28adc86 commit 7090c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compose-up: compose.yaml
.PHONY: compose-test
compose-test: compose-up
sleep 5
curl localhost:8080
curl $(score-compose resources get-outputs 'dns.default#store-front.dns' --format '{{ .host }}:8080')

## Delete the containers running via compose down.
.PHONY: compose-down
Expand Down

0 comments on commit 7090c95

Please sign in to comment.