This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch kv/config-path
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-docker.git

commit 166b409a00994379ba5c55a7e15acd19291388c9
Author: kv <[email protected]>
AuthorDate: Mon Jan 4 17:15:35 2021 +0800

    fix: modify config.yaml path to /ingress-apisix/conf/
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 5d27c55..c4ab9b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,4 +39,4 @@ RUN apk add --no-cache ca-certificates libc6-compat \
 COPY --from=build-env /build/controller/apisix-ingress-controller .
 COPY --from=build-env /usr/share/zoneinfo/Hongkong /etc/localtime
 
-ENTRYPOINT ["/ingress-apisix/apisix-ingress-controller", "ingress", 
"--config-path", "/ingress-apisix/config.yaml"]
+ENTRYPOINT ["/ingress-apisix/apisix-ingress-controller", "ingress", 
"--config-path", "/ingress-apisix/conf/config.yaml"]

Reply via email to