mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Dockerfile
This commit is contained in:
parent
f73844815f
commit
d569ff9399
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ RUN \
|
|||
# Install Java
|
||||
apt-get install default-jre -y
|
||||
|
||||
COPY target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar /spring-petclinic.jar
|
||||
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
Loading…
Reference in a new issue