Baoyuantop commented on issue #12471: URL: https://github.com/apache/apisix/issues/12471#issuecomment-4021778846
Setting `WORKDIR /app` in the Dockerfile causes the ext-plugin socket path to resolve to `/app/conf/apisix-1.sock`, even though that path/directory does not exist. You can try not overriding `WORKDIR` in the Dockerfile, or setting it to `/usr/local/apisix`: `WORKDIR /usr/local/apisix` -- 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]
