I used docker build --build-arg TEMPLATE="custom_nginx.template".but kong is still running with /usr/local/openresty/nginx/sbin/nginx -p /usr/local/kong -c nginx.conf instead with --nginx-conf=/custom_nginx.conf.
KONG_BASE image
kong:latest
build cmd
docker build . --build-arg PLUGINS="kong-plugin-url-rewrite" --tag "$IMAGE_NAME"
--build-arg TEMPLATE="custom_nginx.template"
can somebodys help me on it?