imfreedom/knowledgebase

8516cb8c3403
The build agents don't have convey 0.15 yet..
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/