blob: 2369d754d57be1508cee7480837f43d9606e2657 [file] [log] [blame]
FROM hugegraph/hugegraph-computer-framework:latest
LABEL maintainer="HugeGraph Docker Maintainers <hugegraph@googlegroups.com>"
ARG jarFilePath="/opt/jars/computer-algorithm-based.jar"
COPY target/computer-algorithm-*.jar ${jarFilePath}
ENV JAR_FILE_PATH=${jarFilePath}