From 6f91da738e3fc140f9dbc056b5ec7eee74afe241 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 13 Jul 2025 15:26:31 -0400 Subject: [PATCH] Fix make for local wsl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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