This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 4f0e4442a fix: correct server docker copy source path (#2637)
4f0e4442a is described below
commit 4f0e4442ab03732af883898748cac45d508ef70f
Author: V_Galaxy <[email protected]>
AuthorDate: Tue Aug 13 20:53:20 2024 +0800
fix: correct server docker copy source path (#2637)
---
hugegraph-server/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugegraph-server/Dockerfile b/hugegraph-server/Dockerfile
index 0e39704fd..6426d7378 100644
--- a/hugegraph-server/Dockerfile
+++ b/hugegraph-server/Dockerfile
@@ -30,7 +30,7 @@ RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests
-Dmaven.javadoc.skip=true &&
# Note: ZGC (The Z Garbage Collector) is only supported on ARM-Mac with java >
13
FROM openjdk:11-slim
-COPY --from=build /pkg/hugegraph-server/apache-hugegraph-incubating-server-*/
/hugegraph-server/
+COPY --from=build /pkg/hugegraph-server/apache-hugegraph-server-incubating-*/
/hugegraph-server/
LABEL maintainer="HugeGraph Docker Maintainers <[email protected]>"
# TODO: use g1gc or zgc as default