feat(mkdocs): mkdocs docker container

This commit is contained in:
Emma Indal
2020-06-23 11:20:39 +02:00
parent fd34a77a5f
commit 2fcf696731
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,7 @@
FROM python:3.7.7-alpine3.12
RUN apk update && apk --no-cache add gcc musl-dev
RUN pip install mkdocs==1.1.2 mkdocs-material==5.3.2
ENTRYPOINT [ "mkdocs" ]
@@ -0,0 +1 @@
## hello doc moc
@@ -0,0 +1,4 @@
site_name: 'moc-doc'
nav:
- Home: index.md