mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-24 20:11:56 -08:00
isolate stress tests
This commit is contained in:
parent
4b3b0bb73c
commit
007cfb33ae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -61,7 +61,7 @@ lint:
|
|||
|
||||
stress:
|
||||
docker build -q . -f stress/$(NAME)/Dockerfile -t temp
|
||||
docker run --rm -it --network=host temp
|
||||
docker run --rm -it -p 9999:9999 temp
|
||||
|
||||
define DOCKERFILE_RUN
|
||||
FROM amd64/$(BASE_IMAGE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue