Skip to content

Commit

Permalink
Merge pull request #67 from coolcalcacol/features/dockerfile-updates
Browse files Browse the repository at this point in the history
dockerfile update
  • Loading branch information
ReduxGB authored Feb 21, 2023
2 parents 1b0d6c6 + a5d4e93 commit 33a4f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:17
# Temporarily rename output file
COPY ./target/seMethods-0.1.0.1.jar /tmp
COPY ./target/seMethods.jar /tmp
WORKDIR /tmp
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.1.jar", "db:3306"]
ENTRYPOINT ["java", "-jar", "seMethods.jar", "db:3306"]

0 comments on commit 33a4f84

Please sign in to comment.