WIP: ensure directory exists

infrastructure
Richard Attermeyer 2023-11-27 21:20:05 +00:00
parent 4d55995eba
commit 9731722956
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM nginx:1.25.3-alpine FROM nginx:1.25.3-alpine
RUN mkdir /docroot \ RUN mkdir -p /docroot /var/run \
&& chgrp -R 0 /etc/nginx \ && chgrp -R 0 /etc/nginx \
&& chmod -R g+rwX /etc/nginx \ && chmod -R g+rwX /etc/nginx \
# support running as arbitrary user which belongs to the root group \ # support running as arbitrary user which belongs to the root group \