liuxiaocs7 commented on PR #530: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/530#issuecomment-1805329613
> How to build locally try docker build -f hugegraph-loader/Dockerfile hg-loader . Because loader depends on client and the client-1.0.0 in maven repo does not have some methods like 'istext()', so we should build client locally in dockerfile. Hence, the docker build context should be root path Thanks for your details explain, i see. ``` docker build -f hugegraph-loader/Dockerfile hg-loader . ``` seems fails too? And does it need to be added to the readme?  -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
