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,6 +73,9 @@ RUN mkdir -p \
/var/log/supervisord \ /var/log/supervisord \
/var/run/supervisord \ /var/run/supervisord \
; ;
RUN chown www-data:www-data \
/var/log/supervisord \
/var/run/supervisord;
COPY supervisord.conf / COPY supervisord.conf /