imfreedom/knowledgebase

Fixing some typos

2022-04-11, LifesFaded
2f11a24a8c91
Fixing some typos

Reviewed at https://reviews.imfreedom.org/r/1383/
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/