mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08: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
|