mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Create dockerfile
This commit is contained in:
parent
4926e29270
commit
d38a7f4634
1 changed files with 4 additions and 0 deletions
4
dockerfile
Normal file
4
dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM openjdk-11-jdk
|
||||
ADD target/*.jar /
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["java","-jar","/*.jar"]
|
Loading…
Reference in a new issue