From 98a99432348e9ac3152f6f0fef092069b9440cf1 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 21 Nov 2024 20:29:02 +0100 Subject: [PATCH] Update commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ddc0e..762f66e 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ docker run --rm -v ${PWD}:/app/data se23m504/startstreaming The image is already available on DockerHub, but if you need to build it again for any reason, run the following command from the root directory: ``` -docker build -t se23m504/startstreaming .\src -f .\docker\Dockerfile +docker build -t se23m504/startstreaming ./src -f ./docker/Dockerfile ```