From 1fe0a9d815396c5a77aadd4197e46208b5a3966f Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 15 Feb 2025 15:02:03 +0100 Subject: [PATCH] Try rootless nginx --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 37b16c5..e6d52b3 100644 --- a/Containerfile +++ b/Containerfile @@ -7,5 +7,5 @@ COPY . . RUN python -m poetry install --no-root RUN python -m poetry run mkdocs build -FROM nginx:1.27.4 +FROM nginxinc/nginx-unprivileged:1.27-alpine-perl COPY --from=builder /src/site /usr/share/nginx/html