This commit is contained in:
2023-01-29 10:45:10 -06:00
parent ead8c365e2
commit bd757e18ed

View File

@@ -27,7 +27,7 @@ COPY gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf
# Permissions # Permissions
# RUN adduser --disabled-password --gecos '' supervisor && \ # RUN adduser --disabled-password --gecos '' supervisor && \
RUN chmod -R 775 /var/* && \ RUN chmod -R 777 /var/* && \
chown -R root /var/* chown -R root /var/*
# Entrypoint # Entrypoint