mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-05 02:55:25 +00:00
6 lines
195 B
Makefile
6 lines
195 B
Makefile
build-container:
|
|
docker build -t streaming-community-api .
|
|
|
|
run-container:
|
|
docker run --rm -it -p 8000:8000 -v ${LOCAL_DIR}:/app/Video -v ./config.json:/app/config.json streaming-community-api
|