Skip to content

Commit

Permalink
Merge pull request #5 from OIT-ADS-Web/228_update_dockerfile
Browse files Browse the repository at this point in the history
#228: update Dockerfile to copy triplestore into image from host
  • Loading branch information
jimwood authored Jun 11, 2020
2 parents d56d54c + f917696 commit a9afd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ WORKDIR /scholars

# copy over the built artifact from the maven image
COPY --from=maven /target/middleware*.jar ./scholars-discovery.jar
COPY ./triplestore ./triplestore

# set the startup command to run your binary
CMD ["java", "-jar", "./scholars-discovery.jar"]
CMD ["java", "-jar", "./scholars-discovery.jar"]

0 comments on commit a9afd84

Please sign in to comment.