We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7492cf2 commit 5cc5350Copy full SHA for 5cc5350
Dockerfile
@@ -7,6 +7,8 @@ RUN apk add nodejs npm
7
COPY requirements.txt requirements.txt
8
RUN pip install -r requirements.txt --no-cache-dir
9
10
+USER nonroot
11
+
12
# Build doc by default
13
ENTRYPOINT ["mkdocs"]
14
CMD ["serve", "--dev-addr", "0.0.0.0:8000"]
mkdocs.yml
@@ -198,6 +198,7 @@ nav:
198
- Become a PoS Validator: tutorials/become-pos-validator.md
199
200
extra:
201
+ generator: false
202
analytics:
203
# provider: google
204
# property: G-XXXXXXXXXX
0 commit comments