Dockerfile

This commit is contained in:
Vadim Sitnic 2019-06-03 11:16:58 +01:00
parent f73844815f
commit d569ff9399

View file

@ -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