Skip to content

Commit dc93945

Browse files
dschaperPromoFaux
andauthored
Update docker instructions. (pi-hole#372)
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net> Co-authored-by: Adam Warner <me@adamwarner.co.uk>
1 parent e6ddad6 commit dc93945

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ Please make sure you fork the repo and change the clone URL in the example below
6565
- One-shot run:
6666

6767
```bash
68-
docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it python:2-alpine \
68+
docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it nikolaik/python-nodejs:python3.7-nodejs12 \
6969
sh -c "pip install --user -r requirements.txt && \
70+
/root/.local/bin/mkdocs build && \
71+
npm ci && \
72+
npm test && \
7073
/root/.local/bin/mkdocs serve --dev-addr 0.0.0.0:8000"
7174
```
7275

0 commit comments

Comments
 (0)