From dd8954b03d6d8b936c7e3f309603bd0cb311d992 Mon Sep 17 00:00:00 2001 From: Miles Crabill Date: Thu, 6 Jul 2017 09:28:06 -0700 Subject: [PATCH] makefile: http response code in make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5a1993..b81c1a3 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ run: app:build test: - curl -X POST http://localhost:9001/ -H 'Content-Type: audio/opus' --data-binary @speech_orig.opus + curl -i -X POST http://localhost:9001/ -H 'Content-Type: audio/opus' --data-binary @speech_orig.opus sh: docker exec -it $CONTAINER_ID bash