Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Changed the main class for Patchfinder Docker
  • Loading branch information
ctevse authored Oct 9, 2023
1 parent 9c2c133 commit 8cf961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchfinder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ COPY --from=builder /home/app/patchfinder/target/patchfinder_lib /usr/local/lib/
COPY --from=builder /home/app/patchfinder/target/patchfinder-1.0.jar /usr/local/lib/patchfinder-1.0.jar

WORKDIR /usr/local/lib/
ENTRYPOINT ["java", "-cp", "patchfinder-1.0.jar:patchfinder_lib/*", "PatchFinderMain"]
ENTRYPOINT ["java", "-cp", "patchfinder-1.0.jar:patchfinder_lib/*", "PatchFixMain"]


0 comments on commit 8cf961c

Please sign in to comment.