Skip to content

Commit

Permalink
boo yah, initiated. and successfully in docker.
Browse files Browse the repository at this point in the history
#2 added travis
  • Loading branch information
regener8 committed Feb 10, 2021
1 parent f3e26b5 commit 0f16afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:latest
COPY ./target/seMethods-0.1.0.1-jar-with-dependencies.jar /tmp
WORKDIR /tmp
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.1-jar-with-dependencies.jar"]
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.2-jar-with-dependencies.jar"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.napier.sem</groupId>
<artifactId>seMethods</artifactId>
<version>0.1.0.1</version>
<version>0.1.0.2</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0f16afb

Please sign in to comment.