add traefik fe proxy; change sphinx-docs theme; add soc page

This commit is contained in:
rskntroot
2024-05-30 07:45:29 +00:00
parent 61ea4ca878
commit 7ef03a2b03
10 changed files with 141 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
FROM python:alpine
LABEL version="1.0.3" maintainer="rskntroot@gmail.com"
RUN pip install --upgrade pip myst-parser pydata-sphinx-theme
RUN pip install --upgrade pip myst-parser furo
RUN apk add --no-cache py3-sphinx make
WORKDIR /opt/sphinx