Skip to content

Commit f355676

Browse files
authored
Create Dockerfile
1 parent b50a3eb commit f355676

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM maven
2+
COPY target/*.jar /app/sample.jar
3+
ENTRYPOINT ["java","-jar","/app/sample.jar"]

0 commit comments

Comments
 (0)