mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-08 20:45:25 +00:00

* Added Makefile and nodejs to docker * Update README.md, added makefile description * Clarification on mounting config.json
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
|