Vishva066 commented on issue #11714:
URL: https://github.com/apache/apisix/issues/11714#issuecomment-3673256238
I have made a pull request for this I have modified the existing docker
permission to include the group user.
RUN chmod +x /install-brotli.sh \
&& cd / && ./install-brotli.sh && rm -rf /install-brotli.sh \
&& chgrp -R 0 /usr/local/apisix \
&& chmod -R g=u /usr/local/apisix
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]