Try rootless nginx
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikolai Rodionov 2025-02-15 16:48:01 +01:00
parent 1fe0a9d815
commit e2633f55b8
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

View File

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