We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ddad6 commit dc93945Copy full SHA for dc93945
README.md
@@ -65,8 +65,11 @@ Please make sure you fork the repo and change the clone URL in the example below
65
- One-shot run:
66
67
```bash
68
- docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it python:2-alpine \
+ docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it nikolaik/python-nodejs:python3.7-nodejs12 \
69
sh -c "pip install --user -r requirements.txt && \
70
+ /root/.local/bin/mkdocs build && \
71
+ npm ci && \
72
+ npm test && \
73
/root/.local/bin/mkdocs serve --dev-addr 0.0.0.0:8000"
74
```
75
0 commit comments