Recursively chown conf

This commit is contained in:
Mark Veidemanis 2022-10-15 22:55:57 +01:00
parent 9ee0f27aa0
commit 8c906815d0
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ services:
volumes:
- ${PORTAINER_GIT_DIR}:/code
- ${PORTAINER_GIT_DIR}/docker/nginx/conf.d:/etc/nginx/conf.d
- app_static:${STATIC_ROOT}
volumes_from:
- tmp
depends_on:

View File

@ -6,7 +6,7 @@ RUN mkdir -p /code
RUN chown -R xf:xf /code
RUN mkdir -p /conf/static
RUN chown xf:xf /conf
RUN chown -R xf:xf /conf
RUN mkdir /venv
RUN chown xf:xf /venv