From 3505a8641603fb92e6f852386959df7a916907bd Mon Sep 17 00:00:00 2001 From: Jakub Knetl Date: Fri, 2 Feb 2024 20:52:37 +0100 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7431fb5..a4b950a 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ or build docker image and run it using the docker: ``` docker build -t lidl-price-scraper . -docker run -it --rm -f $(pwd)/urls.txt:/app/urls.txt --env-file ./.env lidl-price-scraper +docker run -it --rm -v $(pwd)/urls.txt:/app/urls.txt --env-file ./.env lidl-price-scraper ``` \ No newline at end of file