Skip to content

Commit

Permalink
Fix Polaris Dockerfile with correct executable jar location
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankvadariya authored and ebyhr committed Dec 12, 2024
1 parent 121cc1a commit e20bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/polaris-catalog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN gradle --no-daemon --info shadowJar

FROM eclipse-temurin:21-jre-alpine

COPY --from=builder /polaris/polaris-service/build/libs/polaris-service-1.0.0-incubating-SNAPSHOT.jar /polaris-service.jar
COPY --from=builder /polaris/dropwizard/service/build/libs/polaris-dropwizard-service-1.0.0-incubating-SNAPSHOT.jar /polaris-service.jar
COPY --from=builder /polaris/polaris-server.yml /polaris-server.yml

EXPOSE 8181
Expand Down

0 comments on commit e20bbb4

Please # to comment.