chown to www-data for supervisord dirs

This commit is contained in:
2021-06-28 09:51:58 +02:00
parent 08bbda1278
commit b3919708e8

View File

@@ -73,7 +73,10 @@ RUN mkdir -p \
/var/log/supervisord \
/var/run/supervisord \
;
RUN chown www-data:www-data \
/var/log/supervisord \
/var/run/supervisord;
COPY supervisord.conf /
ENV NEXTCLOUD_UPDATE=1