chown to www-data for supervisord dirs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user