mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-24 05:08:57 +00:00
Update README to use the same version of node as the CI (#641)
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
@@ -65,7 +65,7 @@ Please make sure you fork the repo and change the clone URL in the example below
|
||||
- One-shot run:
|
||||
|
||||
```bash
|
||||
docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it nikolaik/python-nodejs:python3.7-nodejs12 \
|
||||
docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it nikolaik/python-nodejs:python3.7-nodejs16 \
|
||||
sh -c "pip install --user -r requirements.txt && \
|
||||
/root/.local/bin/mkdocs build && \
|
||||
npm ci && \
|
||||
|
||||
Reference in New Issue
Block a user