This commit is contained in:
2023-01-28 23:42:00 -06:00
parent 5867b0831d
commit a75e425cdc

View File

@@ -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