Upgrade to SWS v3 and enable TLS - certificate mounting required

This commit is contained in:
2026-09-01 11:30:39 +01:00
parent 9d35b3a2dd
commit 010073dabf
2 changed files with 14 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN mkdocs build --clean
FROM joseluisq/static-web-server:2
FROM joseluisq/static-web-server:3
COPY config.toml /config.toml
COPY --from=builder /docs/site /public
ENV SWS_CONFIG_FILE=/config.toml
ENV SERVER_CONFIG_FILE=/config.toml
EXPOSE 8080