File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ ARG TARGETARCH
66WORKDIR /app
77
88FROM base AS base_amd64
9- ONBUILD ADD https://github.com/4paradigm/FeatInsight/releases/download/v${VERSION}/featinsight-${VERSION}.jar /app/
9+ ONBUILD ADD https://github.com/4paradigm/FeatInsight/releases/download/v${VERSION}/featinsight-${VERSION}.jar /app/featinsight.jar
1010
1111FROM base AS base_arm64
12- ONBUILD ADD https://github.com/4paradigm/FeatInsight/releases/download/v${VERSION}/featinsight-${VERSION}-linux-aarch64.jar /app/featinsight-${VERSION} .jar
12+ ONBUILD ADD https://github.com/4paradigm/FeatInsight/releases/download/v${VERSION}/featinsight-${VERSION}-linux-aarch64.jar /app/featinsight.jar
1313
1414FROM base_${TARGETARCH}
1515
1616EXPOSE 8888
1717
18- CMD ["java" , "-jar" , "/app/featinsight-${VRESION} .jar" ]
18+ CMD ["java" , "-jar" , "/app/featinsight.jar" ]
You can’t perform that action at this time.
0 commit comments