We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df93e84 commit 06507b1Copy full SHA for 06507b1
Dockerfile
@@ -1,4 +1,4 @@
1
FROM openjdk:latest
2
-COPY ./target/seMethods-1.0-SNAPSHOT-jar-with-dependencies.jar /tmp
+COPY ./target/seMethods-0.1.0-2-jar-with-dependencies.jar /tmp
3
WORKDIR /tmp
4
-ENTRYPOINT ["java", "-jar", "seMethods-1.0-SNAPSHOT-jar-with-dependencies.jar"]
+ENTRYPOINT ["java", "-jar", "seMethods-0.1.0-2-jar-with-dependencies.jar"]
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.napier.sem</groupId>
8
<artifactId>seMethods</artifactId>
9
- <version>1.0-SNAPSHOT</version>
+ <version>0.1.0-2</version>
10
11
<dependencies>
12
<dependency>
0 commit comments