From e65ca46ac85107ba9755c27a99725c9653eeeb6f Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sat, 28 Jan 2023 23:30:20 -0600 Subject: [PATCH] chmod specificity --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4810f34..e06bf68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,8 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf # Permissions -RUN chmod -R 775 /var +RUN chmod -R 775 /var/log/supervisor && \ + chmod -R 775 /var/log/nginx # Entrypoint USER root:node