imfreedom/knowledgebase

Import author information from MediaWiki
default tip
23 months ago, Richard Laager
55bb33cac801
Import author information from MediaWiki

Testing Done:
I ran `mkdocs serve` and looked at a couple of pages. Nothing seemed to change.

Reviewed at https://reviews.imfreedom.org/r/1453/
FROM docker.io/python:3-alpine AS build
RUN set -ex && \
python3 -m pip install mkdocs jinja2==3.0.3
COPY . .
RUN set -ex && \
mkdocs build
FROM docker.io/nginx:latest
COPY --from=build site/ /usr/share/nginx/html/