chmod specificity

This commit is contained in:
2023-01-28 23:30:20 -06:00
parent b7a205d9e0
commit e65ca46ac8

View File

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