mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-14 02:34:52 +00:00
5 lines
141 B
Makefile
5 lines
141 B
Makefile
bench:
|
|
docker build -q . -f bench/$(NAME)/Dockerfile -t temp \
|
|
--build-arg BASE_IMAGE=$(BASE_IMAGE)
|
|
docker run --rm -it -p 9999:9999 temp
|