From a205c2c615a7695870908a8b6e5aa20261933111 Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Mon, 27 Nov 2023 21:20:05 +0000 Subject: [PATCH] WIP: ensure directory exists --- documentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile b/documentation/Dockerfile index 95e7020..b18fc08 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -1,6 +1,6 @@ FROM nginx:1.25.3-alpine -RUN mkdir /docroot \ +RUN mkdir -p /docroot /var/run \ && chgrp -R 0 /etc/nginx \ && chmod -R g+rwX /etc/nginx \ # support running as arbitrary user which belongs to the root group \