From b7a205d9e0df46c593106db940a9a889497c0f95 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sat, 28 Jan 2023 23:25:02 -0600 Subject: [PATCH] remove host paths from chmod --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0447c31..4810f34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . && \ - chgrp -R node . +RUN chmod -R 775 /var # Entrypoint USER root:node