diff --git a/Makefile b/Makefile index 34dacc9..eac5e11 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: # Target to run the sdr-node container run: build docker run --rm -it \ - -v "S:\TWIMG-Eligible":/app \ + -v /mnt/shadowplays/TWIMG-Eligible:/videos:ro \ --name $(CONTAINER_NAME) \ -p 8000:8000 \ $(IMAGE_NAME) \ No newline at end of file