last chmod -R try

This commit is contained in:
2023-01-28 23:38:18 -06:00
parent d563cfbf82
commit 5867b0831d

View File

@@ -27,8 +27,7 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf
# Permissions
RUN chmod -R 775 /var/log/supervisor && \
chmod -R 775 /var/log/nginx
RUN chmod -R 775 /var/
# Entrypoint
# USER root:node