Fix make for local wsl
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||||
Reference in New Issue
Block a user