makefile: http response code in make test
This commit is contained in:
Родитель
30da39d748
Коммит
dd8954b03d
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ run:
|
||||||
app:build
|
app:build
|
||||||
|
|
||||||
test:
|
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:
|
sh:
|
||||||
docker exec -it $CONTAINER_ID bash
|
docker exec -it $CONTAINER_ID bash
|
||||||
|
|
Загрузка…
Ссылка в новой задаче