Recursively chown conf
This commit is contained in:
parent
9ee0f27aa0
commit
8c906815d0
|
@ -56,6 +56,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${PORTAINER_GIT_DIR}:/code
|
- ${PORTAINER_GIT_DIR}:/code
|
||||||
- ${PORTAINER_GIT_DIR}/docker/nginx/conf.d:/etc/nginx/conf.d
|
- ${PORTAINER_GIT_DIR}/docker/nginx/conf.d:/etc/nginx/conf.d
|
||||||
|
- app_static:${STATIC_ROOT}
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- tmp
|
- tmp
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -6,7 +6,7 @@ RUN mkdir -p /code
|
||||||
RUN chown -R xf:xf /code
|
RUN chown -R xf:xf /code
|
||||||
|
|
||||||
RUN mkdir -p /conf/static
|
RUN mkdir -p /conf/static
|
||||||
RUN chown xf:xf /conf
|
RUN chown -R xf:xf /conf
|
||||||
|
|
||||||
RUN mkdir /venv
|
RUN mkdir /venv
|
||||||
RUN chown xf:xf /venv
|
RUN chown xf:xf /venv
|
||||||
|
|
Loading…
Reference in New Issue