Emanuele C 4b475a4724
Fix missing nodejs in Docker + utility (#147)
* Added Makefile and nodejs to docker

* Update README.md, added makefile description

* Clarification on mounting config.json
2024-06-12 20:16:24 +02:00

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