Use rootless container

This commit is contained in:
Nikolai Rodionov 2025-03-01 20:04:43 +01:00
parent 41a5494233
commit 1cbc35eb63
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

@ -7,5 +7,5 @@ COPY . .
RUN python -m poetry install --no-root
RUN python -m poetry run mkdocs build
FROM nginx
FROM nginxinc/nginx-unprivileged
COPY --from=builder /src/site /usr/share/nginx/html