Fix readme

This commit is contained in:
2024-02-02 20:52:37 +01:00
parent d4302240e7
commit 3505a86416

View File

@@ -27,5 +27,5 @@ or build docker image and run it using the docker:
``` ```
docker build -t lidl-price-scraper . 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
``` ```