mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-01 17:10:10 +00:00
5 lines
208 B
Makefile
5 lines
208 B
Makefile
build-container:
|
|
docker build -t streaming-community-api .
|
|
|
|
run-container:
|
|
docker run --rm -it --dns 9.9.9.9 -p 8000:8000 -v ${LOCAL_DIR}:/app/Video -v ./config.json:/app/config.json streaming-community-api
|