File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
infra/docker/feature-server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN wget -q https://github.com/grpc-ecosystem/grpc-health-probe/releases/downloa
4343
4444FROM amazoncorretto:11 as production
4545ARG VERSION=dev
46- COPY --from=builder /build/serving/target/feast-serving-$VERSION-exec .jar /opt/feast/feast-serving.jar
46+ COPY --from=builder /build/serving/target/feast-serving-$VERSION-jar-with-dependencies .jar /opt/feast/feast-serving.jar
4747COPY --from=builder /usr/bin/grpc-health-probe /usr/bin/grpc-health-probe
4848CMD ["java" ,\
4949 "-Xms1g" ,\
Original file line number Diff line number Diff line change 55 <groupId >dev.feast</groupId >
66 <artifactId >feast-parent</artifactId >
77 <version >${revision} </version >
8- <relativePath >../..</relativePath >
8+ <relativePath >../../pom.xml </relativePath >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 55 <groupId >dev.feast</groupId >
66 <artifactId >feast-parent</artifactId >
77 <version >${revision} </version >
8- <relativePath >../..</relativePath >
8+ <relativePath >../../pom.xml </relativePath >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments