imfreedom/knowledgebase

cfc218daa38f
There's more to the old config than the task names...
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/