mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Commit of Dockerfile
This commit is contained in:
parent
4e69fd4920
commit
8822d82c96
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
FROM openjdk:8-jdk-alpine
|
||||
COPY target/*.jar app.jar
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["java", "-jar", "/app.jar"]
|
Loading…
Reference in a new issue