We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc5350 commit 04c306eCopy full SHA for 04c306e
Dockerfile
@@ -7,8 +7,6 @@ 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"]
requirements.txt
@@ -2,4 +2,4 @@ mkdocs-material==9.4.8
2
markdown-include==0.8.1
3
mkdocs-git-revision-date-localized-plugin==1.2.1
4
mkdocs-open-in-new-tab==1.0.3
5
-mkdocs-git-committers-plugin-2=2.2.2
+mkdocs-git-committers-plugin-2==2.2.2
0 commit comments