makefile: http response code in make test

This commit is contained in:
Miles Crabill 2017-07-06 09:28:06 -07:00
Родитель 30da39d748
Коммит dd8954b03d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 931A9CF57AEAC02D
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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