This commit is contained in:
2023-01-29 09:51:21 -06:00
parent d75572c39d
commit acea74be61

View File

@@ -28,10 +28,10 @@ COPY gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf
# Permissions # Permissions
RUN chmod -R 775 /var/* RUN chmod -R 775 /var/*
RUN chown -R supervisor:supervisor /var/* RUN chown -R root:supervisor /var/*
# Entrypoint # Entrypoint
USER supervisor:supervisor USER root:supervisor
# Start processes # Start processes
CMD ["/usr/bin/supervisord"] CMD ["/usr/bin/supervisord"]