mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-10 08:59:57 +00:00
4 lines
101 B
Makefile
4 lines
101 B
Makefile
bench:
|
|
docker build -q . -f bench/$(NAME)/Dockerfile -t temp
|
|
docker run --rm -it -p 9999:9999 temp
|