mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Create Dockerfile
This commit is contained in:
parent
02cc84223b
commit
fbec7f5ce7
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM openjdk:alpine
|
||||||
|
WORKDIR /tmp
|
||||||
|
COPY target/*.jar app.jar
|
||||||
|
ENTRYPOINT ["java","-jar","app.jar"]
|
||||||
|
EXPOSE 8080
|
Loading…
Reference in a new issue