mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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
|
# Install Java
|
||||||
apt-get install default-jre -y
|
apt-get install default-jre -y
|
||||||
|
|
||||||
|
COPY target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar /spring-petclinic.jar
|
||||||
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue