Fix make for local wsl

This commit is contained in:
Logan Cusano
2025-07-13 15:26:31 -04:00
parent ecd2631eec
commit 6f91da738e

View File

@@ -8,7 +8,7 @@ build:
# Target to run the sdr-node container # Target to run the sdr-node container
run: build run: build
docker run --rm -it \ docker run --rm -it \
-v "S:\TWIMG-Eligible":/app \ -v /mnt/shadowplays/TWIMG-Eligible:/videos:ro \
--name $(CONTAINER_NAME) \ --name $(CONTAINER_NAME) \
-p 8000:8000 \ -p 8000:8000 \
$(IMAGE_NAME) $(IMAGE_NAME)