From a75e425cdcbf35fb3ba2384b93167b97e84f84af Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sat, 28 Jan 2023 23:42:00 -0600 Subject: [PATCH] wildcard --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96cf2d8..a745633 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +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/ +RUN chmod -R 775 /var/* # Entrypoint # USER root:node