We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a2053 commit adcac09Copy full SHA for adcac09
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM openjdk:8
2
+EXPOSE 8080
3
+ADD target/devops-integration.jar devops-integration.jar
4
+ENTRYPOINT ["java","-jar","/devops-integration.jar"]
pom.xml
@@ -36,6 +36,7 @@
36
<artifactId>spring-boot-maven-plugin</artifactId>
37
</plugin>
38
</plugins>
39
+ <finalName>devops-integration</finalName>
40
</build>
41
42
</project>
0 commit comments