xianshun163 commented on pull request #6315: URL: https://github.com/apache/apisix/pull/6315#issuecomment-1063578368
I deploy it like this: this is my docker file: FROM apache/apisix:2.11.0-alpine MAINTAINER xs COPY ./plugins/*.lua /usr/local/apisix/apisix/plugins/ COPY ./discovery/*.lua /usr/local/apisix/apisix/discovery/ COPY ./config/*.yaml /usr/local/apisix/conf/ and then I got my own docker image, I deploy it in the k8s. -- 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]
