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