From eb28b27cb9fbf2d23bf6b3c7f4924cbafc972696 Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Thu, 22 Aug 2024 11:09:40 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd96f87..dc23a89 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Then run the following command: ```bash export HUGO_VERSION=$(sed -e '/^FROM docker.io\/floryn90\/hugo:/!d; s/.*:\(.[^ ]*\).*/\1/' Dockerfile) -docker run --rm --interactive -v $(pwd):/src docker.io/floryn90/hugo:${HUGO_VERSION}-ci /bin/bash -c "set -euo pipefail;npm install" +docker run --rm --interactive -v $(pwd)/site:/src docker.io/floryn90/hugo:${HUGO_VERSION}-ci /bin/bash -c "set -euo pipefail;npm install" ``` This will make sure, the package-lock.json file is updates accordingly.