mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-24 12:01:56 -08:00
3 lines
101 B
Makefile
3 lines
101 B
Makefile
bench:
|
|
docker build -q . -f bench/$(NAME)/Dockerfile -t temp
|
|
docker run --rm -it -p 9999:9999 temp
|