Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: imbajin <[email protected]>
  • Loading branch information
aroundabout and imbajin authored Jan 19, 2024
1 parent c302b5c commit 46a3d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugegraph-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG MAVEN_ARGS
RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true && pwd && ls -l

# 2nd stage: runtime env
# remove zgc, which is only available on mac with java > 13
# remove zgc, which is only available on ARM-Mac with java > 13
FROM openjdk:11-slim
# TODO: get the version from the pom.xml
ENV version=1.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
fi

# start hugegraph
# remove -g zgc, which is only available on mac with java > 13
# remove "-g zgc" now, which is only available on ARM-Mac with java > 13
./bin/start-hugegraph.sh -j "$JAVA_OPTS"

tail -f /dev/null

0 comments on commit 46a3d16

Please sign in to comment.