Revolyssup commented on code in PR #487:
URL: https://github.com/apache/apisix-docker/pull/487#discussion_r1306968834
##########
centos/docker-entrypoint.sh:
##########
@@ -29,11 +29,13 @@ deployment:
config_provider: yaml
_EOC_
- cat > ${PREFIX}/conf/apisix.yaml << _EOC_
+ if [ ! -f "${PREFIX}/conf/apisix.yaml" ]; then
Review Comment:
[This](https://github.com/apache/apisix-docker/blob/126d19e3e1e6dad3467f9e815dcdace4d64a4cc0/debian/docker-entrypoint.sh#L32)
is also being executed when `$APISIX_STAND_ALONE==true`.
From
[here](https://github.com/apache/apisix-docker/blob/126d19e3e1e6dad3467f9e815dcdace4d64a4cc0/debian/docker-entrypoint.sh#L25)
to
[here](https://github.com/apache/apisix-docker/blob/126d19e3e1e6dad3467f9e815dcdace4d64a4cc0/debian/docker-entrypoint.sh#L36)
is part of the same branch
--
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]