baughmann opened a new issue, #2015: URL: https://github.com/apache/incubator-hugegraph/issues/2015
### Bug Type (问题类型) other exception / error (其他异常报错) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.12.0 - Backend: N/A - OS: Fedora 37 Workstation - Data Size: N/A ### Expected & Actual behavior (期望与实际表现) ### Expected I should be able to clone this repo and run `docker build .` with no errors. Command should result in a built container. ### Actual See [my comments](https://github.com/apache/incubator-hugegraph/commit/b54fba6bd15e9c76bcd19e94008f8bc898511897#comments) on the commit associated with #1901 The `sed` line numbers referencing the server's default `conf/rest-server.properties` were updated for `0.12.0` but appears to still be off by one line. Simply changing it to `66p` and `76p` respectively allow me to build the container. I would be happy to submit a PR for this simple fix, but wanted to make sure that I was in the right and that my problem was reproducible before doing so. ### Vertex/Edge example (问题点 / 边数据举例) ```javascript N/A ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript N/A ``` -- 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]
