We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51bf67 commit c394310Copy full SHA for c394310
docker/debian-dev/Dockerfile
@@ -58,7 +58,9 @@ COPY --chown=nobody:root ui/ /usr/local/apisix/ui/
58
59
COPY ${INSTALL_BROTLI} /install-brotli.sh
60
RUN chmod +x /install-brotli.sh \
61
- && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh
+ && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh \
62
+ && chgrp -R 0 /usr/local/apisix \
63
+ && chmod -R g=u /usr/local/apisix
64
65
ENV PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
66
0 commit comments